[Gambas-user] signal#11 in Gambas3

Matti math.eber at ...221...
Sun Aug 1 21:56:41 CEST 2010


Sorry, I think this was my fault.
For reasons I don't remember anymore, I had this dialog in the _new() routine.
Put it into Form_Open(), and everything is fine.


Am 01.08.2010 20:53, schrieb Benoît Minisini:
>> 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,
> 




More information about the User mailing list