Quote Originally Posted by crasher View Post
I have added a wait of 1 second between the two settings (to simulate some data collection tasks).
How are you waiting? If you do it in the main thread, the user interface won't be redrawn until the function exits, because the thread is busy.