Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

w_windowID

The window in which you want to set the progress bar.

x_step

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 hiShowProgressBar function.

Values Returned

t

The progress bar was set.

nil

There was an error.

Example

hiShowProgressBar( window ( 3 ) 200 0 )
hiSetProgressBar( window ( 3 ) 50 )

Related Topics

Progress Dialog Box Functions

hiDisplayProgressBox

hiIsProgressBoxCancelled

hiSetProgress

hiSetProgressText

hiSetProgressLabel


Return to top
 ⠀
X