Re: (no subject)



malo p wrote:

> Hi i just would like to know if there is a fuction to stop a callback
"return" is enough :-) Or "return TRUE" (or FALSE, it depends - see the
docs).

> if i have understand when we cliked on a button the callback is on and
> for the next boucle of the main it 'll work
Nope. When you click on a button, the cbk for the "clicked" event is
called ONCE.
When you return, you're again in the main loop.

> could you explain me please
Hope it helps.

BYtE,
 Diego.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]