hiResetProgressBox
hiResetProgressBox(
g_pboxID
x_totalSteps
t_text
g_autoClose
)
=> t / nil
Description
Resets a progess dialog box to the new values you specify. The progress bar is also reset to 0%.
Arguments
|
g_dboxID
|
The ID of the progress dialog box.
|
|
x_totalSteps
|
The total number of steps on the progress bar.
|
|
t_text
|
The text to be displayed above the progress bar.
|
|
g_autoClose
|
t or nil, specifying whether the progress dialog box should be closed when the progress bar reaches 100%.
|
Value Returned
|
t
|
The progress dialog box was reset.
|
|
nil
|
There was an error.
|
Related Topics
Progress Dialog Box Functions
hiDisplayProgressBox
hiIsProgressBoxCancelled
hiSetProgress
hiSetProgressText
Return to top