Re: Immediate window update



On Mon, Jun 09, 2003 at 09:13:35AM -0700, Spencer Buckner wrote: 
> Is there another method that does not rely on the somewhat arbitrary 
> choice of a value for imax? Any other comments?

Your second method just works because of timing, i.e. you wait long
enough that events eventually arrive.

It's obviously a race condition to do it this way and will break on
machines with different CPU speed or load. The only non-race way to
repaint is to repaint in expose event handlers, and be sure you run
the main loop reasonably often.

Havoc



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