Re: [Fxruby-users] controlling a FXComboBox size
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2003-12-03 00:08:42
|
On Dec 2, 2003, at 5:56 PM, Brett S Hallett wrote: > 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. Sorry if I'm being dense, but are you saying that the layout manager is ignoring the (non-explicit) layout hint(s) that you're using in the combo box's constructor? Can you maybe provide a little example that demonstrates the problem? |