[Fxruby-users] controlling a FXComboBox size
Status: Inactive
Brought to you by:
lyle
From: Brett S H. <dra...@im...> - 2003-12-02 23:54:46
|
I'm writing a small scripting tool for the generation of FXRuby programs, its mostly working OK , however I cannot control the positioning and size of combobox fields. (those with a dropdown feature) I'm trying to avoid LAYOUT_EXPLICIT , so the FORM maybe resized by the user, however it would appear that I can create a combobox field if I only use x,y,width,height parameters. Is this so? or am I missing a FOX feature ?? |