-
Thread
Hi All
I used user interface thread for some long calculations. it works fine. But i
face some problem when thread is running. when i move this dialog(thread ) on my application window its paint application windows to brown or white.
i am not understand how it happening. How i solve this ?
Thanks
-
Re: Thread
Could you make your problem clearer pls.
-
Re: Thread
Probably it is because the window does not repaint itself, because it is busy with the calculations.
EDIT: You may want to create a worker thread.
-
Re: Thread
How i solve it ? what should be added to remove this problem ?
thanks