[Fxruby-users] Re: Event handling incompatibility
Status: Inactive
Brought to you by:
lyle
From: Dalibor S. <da...@in...> - 2003-06-19 08:21:16
|
> Your code is OK; I think this is a bug in FXRuby. As a workaround, > please see what happens if you replace this line: > > window.handle(window, > MKUINT(DbTalkWindow::ID_OPENCONNECTION, SEL_COMMAND), nil) > > with this: > > window.onOpenConnection(nil, nil, nil) > > If that takes care of it, I think I know what the problem is... Yes, the replacement works with no problem. Thanks, Dalibor Sramek |