[Gambas-user] signal#11 in Gambas3
Matti
math.eber at ...221...
Sat Jul 31 14:17:12 CEST 2010
Hi,
I have a dialog right at the start of a program, and if the user aborts the
dialog, the program should quit.
In gambas2 this worked:
If Dialog.SelectDirectory() Then
Quit
Endif
In gambas3 (v 3083) I get the signal#11 (for the program, not for gambas itself)
at this point.
Also tried Me.Close, with same result.
Is there a new way to close an app, or is it a bug?
Thanks
Matti
More information about the User
mailing list