[Gambas-user] Issue 33 in gambas: Wait does not allow Form_Close event to trigger in Qt
gambas at ...2524...
gambas at ...2524...
Sun Feb 13 01:39:22 CET 2011
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #1 on issue 33 by benoit.m... at ...626...: Wait does not allow
Form_Close event to trigger in Qt
http://code.google.com/p/gambas/issues/detail?id=33
Again you are creating one issues for two problems. Please stop that.
Create one issue for each problem.
Anyway, I can't reproduce the crash. Please tell which revision you are
using, and check that you are using the latest one.
As for why the event is not raised: read the documentation. WAIT with no
argument blocks all keyboard and mouse events. It allows only redraw events.
Then you want to use QUIT inside the Form_Close event handler. QUIT aborts
the application, use it only inside a console application.
More information about the User
mailing list