[Gambas-user] New Doc: EVENT LOOP question
nando
nando_f at ...951...
Mon Dec 19 13:48:54 CET 2005
Benoit,
In the section... http://www.gambasdoc.org/help/cat/eventloop
there is a phrase...
You can call recursively the event loop by using the WAIT instruction. This may
lead to infinite recursion, but this is the only way to refresh the user
interface while doing a long processing.
My question is: Recursion means that a CALL is performed and the stack is pushed.
So, infinite recursion really leads to a stack overflow.
Is this true ?
-Fernando
More information about the User
mailing list