Progress Bar Element
The progress bar element adds a progress bar component to a project’s interface.
The progress bar element is located in the Element Toolbox within Studio’s Application tab.
Properties
The following properties can be changed for the progress bar element:
Name
The name of the element.
Visible
The state of the progress bar on the interface: visible or hidden.
Value
The current value the progress bar is set to.
Min Value
The minimum value of the progress bar.
Max Value
The maximum value of the progress bar.
Triggers
The following triggers are available to execute events from within the progress bar element:
Triggered
Execute an event when the source element connected to the progress bar triggers.
Abilities
The following abilities are available for the progress bar element when its source element triggers:
Trigger
Trigger the element(s) that follow the progress bar element.
Hide
Hide the progress bar.
Show
Display the progress bar.
Set Visible
Set the progress bar’s visibility: visible or hidden.
Set Visible Arguments | ||
---|---|---|
Name | Type | Description |
Visible | Boolean | The argument will be true or false. |
Set Value
Set the progress bar’s increment to the value provided.
Set Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Value of the progress bar. If the value is outside the progress bar range this argument will do nothing. |
Set Min Value
Set the minimum value of the progress bar.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Minimum value of the progress bar. |
Set Max Value
Set the maximum value of the progress bar.
Set Min Value Arguments | ||
---|---|---|
Name | Type | Description |
Value | String | Maximum value of the progress bar. |