There is no such thing as doing something continuously in computers. Everything is digitized and quantified.
When you change the value of the progress bar, call update(). When you click the button - call update(). Never call update in other circumstances. Remember to allow events to be processed in the meantime.but if the button is clicked then i want that progress bar to stop there and instead draw a progress status which means repaint again...
so how to solve this ..??
Bookmarks