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
|
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
Examples
hiSetProgressLabel( window ( 3 ) "Loading design" )
Related Topics
Return to top