I upgraded to Fox 1.2, more specifically 1.2.6 and now this line doesn''t make the columns resizable: @table = FXTable.new(frame, nil, 0, TABLE_COL_SIZABLE|TABLE_HEADERS_SIZABLE|LAYOUT_FILL_X|LAYOUT_FILL_Y, 0,0,0,0, 2,2,2,2) I''ve looked at the new documentation, including the upgrade notes, and there isn''t anything I can find that addresses this. Other details: ruby 1.8.2 (2004-12-25) [i386-mswin32] *** LOCAL GEMS *** fxruby (1.2.6, 1.2.2) FXRuby is the Ruby binding to the FOX GUI toolkit. Thanks for your help, John Reed -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20050517/68115215/attachment.htm
Lyle Johnson
2005-May-18 19:36 UTC
[fxruby-users] FXTable - columns are no longer resizable
On May 17, 2005, at 9:59 PM, John Reed wrote:> I upgraded to Fox 1.2, more specifically 1.2.6 and now this line > doesn''t make the columns resizable: > ? > @table = FXTable.new(frame,? nil, 0, > ????? > TABLE_COL_SIZABLE|TABLE_HEADERS_SIZABLE|LAYOUT_FILL_X|LAYOUT_FILL_Y, > ????? 0,0,0,0, 2,2,2,2)?Please see my reply to this message: http://rubyforge.org/pipermail/fxruby-users/2005-May/000356.html It''s a known bug in FOX 1.2 which Jeroen may (or may not) fix in a future release -- but it''s somewhat out of my control.