news |
info |
people |
software |
stuff |
Once you've created the progress window, you can call UL_AdvanceProgress each time you want to advance the progress indicator by one step.
When you have finished, calling UL_FinishProgress will dismiss the window.
Note that these routines require the Progress XCMD.
on UL_StartProgress message,total global gUL_ProgressCount, gUL_ProgressTotal -- try to create the progress window Progress create, message -- setup the counters put 0 into gUL_ProgressCount put total into gUL_ProgressTotal -- if the window got created ok, show it if there is a window "Progress" then show window "Progress" end if end UL_StartProgress