> 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

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to