[fxruby-users] Learning FXRuby please help!
Lyle Johnson
lyle at lylejohnson.name
Wed Jun 24 10:25:09 EDT 2009
On Jun 24, 2009, at 3:05 AM, Marlene Phillips wrote:
> All of this is still rather confusing. So now I tried to layout the
> yesWindow on the bottom of the screen with a LAYOUT_BOTTOM when I
> define
> the yesWindow, but it still appears immediately under my buttons. Any
> clues what's happening there?
Replace LAYOUT_BOTTOM with LAYOUT_SIDE_BOTTOM:
@yesWindow = FXHorizontalFrame.new(self,
:opts => FRAME_GROOVE|LAYOUT_FILL_X|LAYOUT_SIDE_BOTTOM)
Hope this helps,
Lyle
More information about the fxruby-users
mailing list