Progress Bar
This may be an easy problem to sort out, but I've run out of ideas.
I have a progress bar implemented, that runs a thread in a for loop. However i need the progress bar to increment on completion of various tasks and not time, as procesing times are vastly different on different machines.
Please help me!!!

