Progress bar not updating on Windows
Hi,
I have a script that create a mask on every frame of a video. In the UI I have a progress bar ( with the max value of the number of frame of my video ) that increment every time the work on the frame is done. I also have a counter of the completed frame.
The progress bar and counter work well my mac ( CS6 ), but on my windows ( also CS6 ) the progress bar and counter does not update. Instead, a spinning beach ball appears. The script itself works on both systems but I don't have the updated progress bar and counter on Windows.
Any ideas ?
Thanks