From: nobu.nokada@... Date: 2002-05-09T12:30:44+09:00 Subject: Re: Is the FXGIFCursor available on FXRuby ? Hi, At Wed, 8 May 2002 23:17:49 +0900, Lyle Johnson wrote: > > I am trying to use the FXGIFCursor primitive, but I receive > > > > -:40:in `initialize': undefined method `FXGIFCursor' > > > > Is it not ported to FXRuby? > > FXGIFCursor is available to FXRuby (I don't know why you'd get the message > "undefined method") but it doesn't seem to be working properly in my > version. I have the feeling there's a bug in FOX but I need to confirm that. > I'm adding this to the bug list on SourceForge. Perhaps, David might write like FXGIFCursor(...) instead of FXGIFCursor.new(...). Former is method call not a Class. -- Nobu Nakada