Progress bar
List of Global Functions
CloseSuperior - Replaces stages of superior progress by an empty help text.
Finish - Moves progress bar to the end and marks all stages as completed.
New - New complex progress bar with stages.
NextStage - Advance stage, advance step by 1 and set progress bar caption to that defined in New.
NextStageStep - Jumps to the next stage and sets step to st.
NextStep - Some people say it is the best operating system ever. But now to the function. Advances progress bar value by 1.
OpenSuperior - Creates a higher-level progress bar made of stages. Currently it is placed instead of help text.
Simple - Create simple progress bar with no stages, only with progress bar.
Stage - Go to stage st, change progress bar title to title and set progress bar step to step.
Step - Changes progress bar value to st.
StepSuperior - Make one step in a superior progress bar.
Title - Change progress bar title.
off - Turns progress bar off. All Progress:: calls return immediatelly.
on - Turns progress bar on after calling Progress::off.
set - Sets progress bar state: on = normal operation, off = All Progress:: calls return immediatelly.
status - Returns currently selected visibility status of all UI-modifying Progress:: functions.
List of Global Variables
New complex progress bar with stages.
Function parameters
string window_title
string progress_title
integer length
list<string> stg
list tits
string help_text
Return value
void
Advance stage, advance step by 1 and set progress bar caption to that defined in New.
Return value
void
Jumps to the next stage and sets step to st.
Function parameters
integer st
Return value
void
Some people say it is the best operating system ever. But now to the function. Advances progress bar value by 1.
Return value
void
Creates a higher-level progress bar made of stages. Currently it is placed instead of help text.
Function parameters
string title
list<string> stages
Return value
void
Create simple progress bar with no stages, only with progress bar.
Function parameters
string window_title
string progress_title
integer length
string help_text
Return value
void
Go to stage st, change progress bar title to title and set progress bar step to step.
Function parameters
integer st
string title
integer step
Return value
void
Sets progress bar state: on = normal operation, off = All Progress:: calls return immediatelly.
Function parameters
boolean state
Return value
boolean - previous state