well, if you try your code
- progress.show();
- //do what u want...
- progress.cancel();
You will not see the animation in the progress dialog because the event loop would be blocked util your "//do what u want" is finished.
well, if you try your code
- progress.show();
- //do what u want...
- progress.cancel();
You will not see the animation in the progress dialog because the event loop would be blocked util your "//do what u want" is finished.
no, I use my code in a couple of programs and it works.
Bookmarks