Have you tried lowering the priority of the intensive thread to yield
more time to the main thread??
See thread.priority in the docs..
Cheers,
Tom
On 30/09/2005, at 12:34 PM, Chris Halford wrote:
Because on Windows it is not getting the updates. It prevents
normal drawing in the window, and is not letting any timers fire...
Fun huh.
I can only guess that it is because it is an extremely intensive
process going on in the thread.
C.
On Sep 29, 2005, at 8:32 PM, Tom Benson wrote:
I can only assume so.
But, shouldn't your interface be getting updates given that the
code is threaded anyway? Why the need to pause the thread if it's
only to update the GUI.
- Tom
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|