Re: [Gambas-user] signal#11 in Gambas3

2010-08-02 Thread Benoît Minisini
> Ok, here you have a demo. You should get signal #11 if you abort the > dialog. Move all the code from _new() to Form_Open(), and the crash is > gone. > > Am 01.08.2010 22:00, schrieb Benoît Minisini: > > No, it's not your fault if you have a crash. And if you give me a way to > > reproduce it, I

Re: [Gambas-user] signal#11 in Gambas3

2010-08-02 Thread Matti
Ok, here you have a demo. You should get signal #11 if you abort the dialog. Move all the code from _new() to Form_Open(), and the crash is gone. Am 01.08.2010 22:00, schrieb Benoît Minisini: > No, it's not your fault if you have a crash. And if you give me a way to > reproduce it, I will able

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread Benoît Minisini
> 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. > No, it's not your fault if you have a crash. And if you give me a way to reproduce it, I will able to fix it. -- Benoît Mini

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread Matti
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

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread 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

[Gambas-user] signal#11 in Gambas3

2010-07-31 Thread Matti
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