[vtkusers] Re: Exploiting MFC's Document View magic (Was: VTK Help!)
mirko tabarelli
mirko.tabarelli at students.univr.it
Wed Feb 27 10:28:05 EST 2002
Nigel Nunn wrote:
> If your view class is running on the same thread as its
> document (quite likely), then you are sending the view
> to sleep as well, so you end up with zero time between
> calls.
yeah but there should be an update before the sleep is called...and the
weird thing is the OnUpdate() is called for all the loop!
>To make this work, either get a second thread
> to drive the change, or use a timer.
tried but got the same result...only one "visible" update :(
mirko!
More information about the vtkusers
mailing list