hiShowProgressBar
hiShowProgressBar(w_windowID[x_totalSteps] [x_delay] [t_label]) =>t / nil
Desecription
Displays a progress bar in the status bar of a window, typically in the bottom-right corner. The progress bar displays the progress of a command.
This function sets the total number of steps in the progress bar as well as the delay before the progress bar appears on the window. To set the current progress, use hiSetProgressBar.
Arguments
|
The time delay, in milliseconds, before the progress box appears. |
|
|
The progress bar label, that is, the text that is displayed on the left of the progress bar. |
Values Returned
Example
hiShowProgressBar(window(3) 200 0)
hiSetProgressBar(window(3) 50)
Related Topics
Return to top