Hello,
I am using a thread to do a time consuming action. Before I execute the thread, I disable the UI so the user cannot click anything while its doing its job.
At the end of the thread, I use Synchronize(); to toggle the UI back on. However, it messed up the looks! Let me show you:
I tried doing all those Repainting and Updating routines after I enable the UI again, which does not work! The only way is to close the program and start again, to get the black away. The white will go away on Mouse Over.
Images are in Attachments!
Please help!
Thanks!
EDIT: Sorry, It was not AC that did it, I forgot to remove a line in my Thread code. *hehe* 🙂