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

hiSetProgressAndText

hiSetProgressAndText(
g_dboxID
x_step
t_text
)
=> t / nil

Description

In a progress dialog box, sets the current step of the progress bar as well as the text that is displayed above the progress bar.

Arguments

g_dboxID

The ID of the progress dialog box.

x_step

The current step to which you want to 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.

t_text

The text that is to be displayed above the progress bar.

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
 ⠀
X