Hi
I have a progress bar that I want to start at a button press. When I'm pressing the button I do some comparing that take 10 seconds.During this I want the progres bar to work, but how I've done it,starts at the button press, it stops during the compares, and after that continues. My progress bar is continuos so I only have to show it.Help pls
Loading
ariciu pogoniciuPosted Jan 26, 2009, 2:35 AM
progressbar.show();
*compare* -it's a new object in another class
progressbar.hide();
the progressbar is continuos.
I want during that compare to see the progress bar "working".
But it starts, loads 2 blocks, stops while the compare in that class it's over and after that is stops(hide()).
are threads a solution?I've tried something,but didn't succeed.
I hope it's more clear now
Scott LyslePosted Jan 25, 2009, 12:08 PM