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

hiSetProgressLabel

hiSetProgressLabel(
w_window
t_label
)
=> t / nil

Description

Sets the label of the progress bar in the specified window. An empty string removes the label.

You can use hiDisplayColorDialog to remove both the progress bar and its label.

Arguments

w_windowID

The window that contains the progress bar.

t_label

The progress bar label, that is, the text that is displayed on the left of the progress bar. To remove the label, specify an empty string ("").

Values Returned

t

The label was set.

nil

There was an error.

Examples

hiSetProgressLabel( window ( 3 ) "Loading design" )

Related Topics

Progress Dialog Box Functions

hiShowProgressBar

hiSetProgressBar

hiDisplayColorDialog

hiGetProgressBarTotalSteps


Return to top
 ⠀
X