search for: fxtooltip

Displaying 2 results from an estimated 2 matches for "fxtooltip".

Did you mean: wxtooltip
2005 May 13
2
FXRuby on Windows Ruby Installer
Hello, I am a new user to Ruby and I installed the Windows Ruby Installer. When I try to run some tutorial examples I get errors. More specifically the one I remember is with FXToolTip. which throws an error saying: uninitialized constant FXTooltip (NameError) It seems that some of the controls cannot be loaded. Could you please guide me on the subject? Thanks Nick Tzanos
2005 Dec 01
1
Can''t add text to FXCanvas
...courier,140") # Dialogs for later use colorDialog = FXColorDialog.new(self, "Color Dialog") # Create a font dialog for later use @fontDialog = FXFontDialog.new(self, "Axis Font Dialog") # Create a tooltip so we get tool tips for things in this window FXToolTip.new(self.getApp()) statusbar = FXStatusBar.new(self, LAYOUT_SIDE_BOTTOM|LAYOUT_FILL_X|STATUSBAR_WITH_DRAGCORNER) #BUTTONS @rightFrame = FXVerticalFrame.new(self, LAYOUT_SIDE_TOP|LAYOUT_SIDE_RIGHT|LAYOUT_FILL_Y) FXVerticalSeparator.new(self, LAYOUT_SIDE_RIGHT|LAYOUT_FILL...