[Fxruby-users] detecting form frame resize
Status: Inactive
Brought to you by:
lyle
From: Brett S H. <dra...@im...> - 2003-10-11 00:13:39
|
Hi, I have a small form with predefined dimensions, however I would like to allow the user to resize for their convienence -- that' s easy enough, and all the widgets react accordingly however how do I get the FXTable columns to also resize in the correct proportions ? ie: col 1 = 5% ( of total width), col 2 = 10%, col 3 = 55% .. etc I currently re-compute these sizes based on getWidth() when the form is loaded , but of course this does not work on a user resizing the form. So how do I detect & react to this ? |