[Fxruby-users] Re: Event handling incompatibility
Status: Inactive
Brought to you by:
lyle
From: Dalibor S. <da...@in...> - 2003-06-17 08:55:05
|
I am sorry for the missing subject. I have put it in the Cc line mistakenly. :-( -- Dalibor Sramek http://www.insula.cz/dali | In the eyes of cats, dal...@in... | all things belong to cats. Quoting Dalibor Sramek <da...@in...>: > Hi. > > I have the following code in my application (www.insula.cz/dbtalk/): > > # Handle interrupt to save stuff nicely > application.addSignal('SIGINT', window, DbTalkWindow::ID_QUIT) > > # Create the windows > application.create > > # Open the connection dialog automatically > window.handle(window, MKUINT(DbTalkWindow::ID_OPENCONNECTION, SEL_COMMAND), > nil) > > # Start event loop > application.run > > > This worked perfectly in FXRuby 1.0.20 but it crashes in 1.0.24 on the line > with window.handle. It is used for automatical opening of a dialog window > after > the application starts-up. > > Is this a possible bug or did I use the feature incorrectly all the time > before? > > Thanks > > Dalibor Sramek > > -- > Dalibor Sramek http://www.insula.cz/dali | In the eyes of cats, > dal...@in... | all things belong to cats. |