hiSetProgressTotalSteps
hiSetProgressTotalSteps(
g_dboxID
x_totalSteps
x_step
)
=> t / nil
Description
Sets the total number of steps on the progress bar in a progress dialog box. This function also sets the current step.
Arguments
|
g_dboxID
|
The ID of the progress dialog box.
|
|
x_totalSteps
|
The total number of steps that you want on the progress bar.
|
|
x_step
|
The current step to which you want set the progress bar. If the number you specify is greater than the total number of steps in the progress bar, it is set to the highest step.
|
Values Returned
|
t
|
The values you specified were set.
|
|
nil
|
There was an error.
|
Related Topics
Progress Dialog Box Functions
hiDisplayProgressBox
hiIsProgressBoxCancelled
hiSetProgress
hiSetProgressText
Return to top