S
steve
I am trying to use a progress bar to allow the user to see the
processing of a task. The routine to do the specific task is pretty
simple and the cod runs in a few seconds, but want a progress bar. Not
sure how to do this since there isn't any file length used BUT
approximetly 40 files are "processed" into a single file. I assume I
would need to do some type of thread.sleep(??) command in the progress
bar update somewhere...
Thanks for any advise on this one.
processing of a task. The routine to do the specific task is pretty
simple and the cod runs in a few seconds, but want a progress bar. Not
sure how to do this since there isn't any file length used BUT
approximetly 40 files are "processed" into a single file. I assume I
would need to do some type of thread.sleep(??) command in the progress
bar update somewhere...
Thanks for any advise on this one.