Doriano Blengino a écrit :
> It is not strange - it is simply normal.
> Screen refresh is done in the main loop (every graphical application 
> does so, even in other OSes), so you will not see screen changes when 
> your code is running an event handler. If you really want, you put a 
> WAIT (may be without parameters: in this case it only calls the main 
> loop, which updates the screen, with no added delay).

Thanks Doriano, I didn't understood the doc about that :)

-- 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to