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
>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
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
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
> (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