Smart UI Discrete Progress

Smart UI Discrete Progress
Smart UI Discrete Progress Part behavior handles progress parts UI components. If you use it as part of a hierarcy, you must add it to an object using a Smart UI Container behavior to be rendered correctly, since it will use its parent to determine the total Discrete Progress Part components available to alter.
Properties
| Property | Description |
|---|---|
| Enabled | Enables or Disables the Discrete Progress Part. Value can still be set by calling the SetPartValue action from the SmartUI plugin. |
| Automatic-Color | Enables the component to darken a bit when its state is Disabled or when it's focused. Auto-Color is meant to provide a quick identification of the component state. For more specialized customizations, use the component events and disable this check. |
| Name | Unique name string for identifying the component |
| Part Sequence | Part sequence to be considered when setting the value of the Discrete Parts. |
| Max.Parts | Maximum parts to handle. |
| Animations | Sequence of animations separated by colon. Animations are set whenever the value changes. E.g.: animation1,animation2,animation3 |
Actions
Set Enabled
Disable/Enable the Component
| Parameter | Description |
|---|---|
| Enabled | Enabled/Disabled |
Set Name
Sets the name of the component.
| Parameter | Description |
|---|---|
| Name | Name of the component |
Set Part Sequence
Sets the parts sequence index for this component.
| Parameter | Description |
|---|---|
| Sequence | Index to priorize each part. |
Set Max Parts
Sets the maximum parts for this component.
| Parameter | Description |
|---|---|
| Value | Maximum parts number for this component. |
Set Group Value
Sets the value to be distributed among the parts of the same group. The group is determined by the container to which the parts belong.
| Parameter | Description |
|---|---|
| Value | Value to be distributed. |
Conditions
Is Enabled
Returns true if the component is enabled
Compare Value
Compares the value of the part.
| Parameter | Description |
|---|---|
| Comparison | How to compare the variable |
| Parameter | Description |
| - | - |
| Value | Value to compare the variable |
Compare Name
Returns true if the radio button components name equals the parameter
| Parameter | Description |
|---|---|
| Name | Name to compare with the component picked. |
On Value Change
Triggered when the part value changes.
Expressions
Value
Part current value.
MaxParts
Maximum parts for this component.
Name
Component name
(c) Pixel Perfect Studio 2024


