Guys,
On linux (ubuntu 8.04), if i do:
Shoes::app { exit() }
I get
(<unknown>:14136): Gtk-CRITICAL **: gtk_main_quit: assertion
`main_loops != NULL' failed"
on the terminal and the app fails to exit. I'm doing this debugging
because, not matter what I seem to have in my code, exit() fails with
this message. However, _why's simple-editor.rb will exit just fine in
response to ALT+Q. Any ideas what might be going on here?
In fact, when I do "Shoes::app {keypress{|k|quit}}", it'll exit fine
on keypress. But i want it to exit in response to other events.
Something strange is afoot. Can you help?
Thanks!
John