Hi all! I have problem in catching exceptions which are sent by FXRuby objects. At such code: ... begin FXMessageBox.error( app, MBOX_OK, "Error title", "Error msg" ) rescue $stderr.puts "Rescue code" ensure $stderr.puts "Ensure code" end ... Where app - application object which still wasn''t created. Due to this, programs exits with next error: FXMessageBox::create: trying to create window before creating parent window. Abort I would like to catch this error and handle it my way. Unfortunately, execution never reaches "rescue" or "ensure" statements. Does anybody have an idea how to catch such errors? Regards, Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20050630/a2cb90c1/attachment-0001.htm