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
On Fri, 13 May 2005 18:35:19 +0300, Nick Tzanos <corelon@gmail.com> wrote :> 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?You may be looking at a tutorial for an older version of FXRuby, and things may have changed that "break" that tutorial. Which tutorial example(s) are you looking at? Can you be more specific?
On May 15, 2005, at 12:21 PM, Nick Tzanos wrote:> Hello again, > I am using the tutorial examples that are inside ArachnoRuby 0.5.6 > (Scriptolutions). > I think these certainly refer to a different version as in the require > field it says: > require ''fox'' > and not > require ''fox12''OK, yes, it sounds like those tutorials were written for FXRuby 1.0.> Could you please give me some guidance on where to find tutorials > about recent versions and also if I can have access to a reference of > the API (which I haven''t been able to find still)A good start would be the FXRuby home page (http://www.fxruby.org), don''t you think? There are a few tutorial exercises there, in the FXRuby User''s Guide, as well as an online API reference guide.