Re: [Gambas-user] Wait statements > stack overflow (gb3)

2010-05-09 Thread nando
If I understand correctly from my Gambas programming experience and Benoit's comments over the years... A WAIT inside an event may allow the event to recursively retrigger if there are new events for that event. For example: A button click that does a lot of work. If you click the button while th

Re: [Gambas-user] Component gb.debug

2010-05-09 Thread Benoît Minisini
>Hello Mailing list, >this time i have some questions about the gb.debug component, I really > never worked with it and I just pass these questions to you. >If I call a Debug.Begin() in Form_Open() event, there is no error. But > with the following Debug.Start() instruction there raises

[Gambas-user] Component gb.debug

2010-05-09 Thread tobias...@t-online.de
Hello Mailing list, this time i have some questions about the gb.debug component, I really never worked with it and I just pass these questions to you. If I call a Debug.Begin() in Form_Open() event, there is no error. But with the following Debug.Start() instruction there raises a

[Gambas-user] Translation of IDE to german language

2010-05-09 Thread Stevie
Hi List, the last to days I've translated the Gambas3-IDE to german. Benoit got the po- File and I think, meanwhile he commited it to svn. Could someone of the german Gambas-gurus check the translation, please? There are some translations missing or may be not perfect. ...so let me know and I w

Re: [Gambas-user] Another memory leak in gb.gtk Image

2010-05-09 Thread Benoît Minisini
> (The previously mentioned memory leak was in the thread "Runaway memory > consumption not released until program exit". That has been identified as a > memory leak by Benoît and fixed today.) > > Hi Benoît, > I have found another leak in my image processing program. I double-checked > it by addi