« Return to Thread: Learning FXRuby please help!

Re: Learning FXRuby please help!

by Marlene Phillips :: Rate this Message:

Reply to Author | View in Thread

That fixed this problem - your help has been invaluable.

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?

    hearButton.connect(SEL_COMMAND) do |sender,sel, data|
      @yesWindow = FXHorizontalFrame.new(self,
        :opts => FRAME_GROOVE|LAYOUT_FILL_X|LAYOUT_BOTTOM)
      yesLabel = FXLabel.new(@yesWindow,"Yes")


I sure appreciate your time and help on this.

Marlene Phillips
_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users

 « Return to Thread: Learning FXRuby please help!