Posted: Thu May 15, 2008 2:00 pm Post subject: Problems getting progressbar to show progress during running
I have a problem with a progressbar. I want, for every file I look into, for the bar to show some progress, so that while you wait for the program to finish, the whole time can see the bar moving. When I implement it, all that happens is that the bar gets filled first after the program's finished. How do I make it show during the process?