hiSetProgressBar
hiSetProgressBar(w_windowID x_step) =>t / nil
Description
Sets the progress (the current step) of the progress bar in the window you specify.
Arguments
|
The current step to which you want to set the progress bar. The percentage displayed is relative to the total number of steps, which is set by the |
Values Returned
Example
hiShowProgressBar( window ( 3 ) 200 0 )
hiSetProgressBar( window ( 3 ) 50 )
Related Topics
Return to top