[Gambas-user] signal#11 in Gambas3
Benoît Minisini
gambas at ...1...
Sun Aug 1 20:53:14 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
>
I need your project and a way to reproduce the bug. At least backtraces, as
explained in the "Reporting a problem" page on the website.
Note that the Quit instruction is not safe in GUI program. But the Me.Close()
must not crash at all, or it is a bug!
Regards,
--
Benoît Minisini
More information about the User
mailing list