This has to be wrong: I have an application that shows a form with a toolbar on it. The toolbar is created using `create_tool_bar` On linux, everything works fine. On windows, sometimes when this form is shown `create_tool_bar` returns an object of type FLogin, instead of WxToolBar. FLogin is the class of my login form. Any ideas? -- David Mitchell Software Engineer Telogis NOTICE: This message (including any attachments) contains CONFIDENTIAL INFORMATION intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
Which version of wxruby are you using? Which ruby version are you using? Nick David Mitchell wrote:>This has to be wrong: > >I have an application that shows a form with a toolbar on it. The >toolbar is created using `create_tool_bar` > >On linux, everything works fine. On windows, sometimes when this form is >shown `create_tool_bar` returns an object of type FLogin, instead of >WxToolBar. FLogin is the class of my login form. > >Any ideas? > > >
Using wxruby 0.5 with ruby 1.8.2 prerelease. On Fri, 2004-11-05 at 08:23 -0600, Nick wrote:> Which version of wxruby are you using? Which ruby version are you using? > > Nick > > David Mitchell wrote: > > >This has to be wrong: > > > >I have an application that shows a form with a toolbar on it. The > >toolbar is created using `create_tool_bar` > > > >On linux, everything works fine. On windows, sometimes when this form is > >shown `create_tool_bar` returns an object of type FLogin, instead of > >WxToolBar. FLogin is the class of my login form. > > > >Any ideas? > > > > > > > > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users >-- David Mitchell Software Engineer Telogis NOTICE: This message (including any attachments) contains CONFIDENTIAL INFORMATION intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.