Add a spin box
Create a variable and a spin box to control the value that determines whether to display a panel or not.
TIP:
Instead of adding a variable and a spin box, you can configure a communication driver and import a variable value from a controller. For more information, see Communication drivers.
- Add and configure a variable for spin box value:
- InProject view, right-clickModeland select .
- InProperties, right-clickVariable 1and select .TIP: Instead of using a change event, you can also configure a transitioned event. For more information about events, see Events.
- Add a spin box and link the spin box value with the variable:
- InProject view, right-clickMainWindow (type)and select .
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
Provide Feedback