Forum Discussion
DavidNowlin-f8a
2 months agoCommunity Member
Displaying dial positions
What is the best way to display dial positions? I have one that is state-based vs. using a text box for the positions. The current amount of triggers My project: The learner turns the large dial to ...
- 2 months ago
Hi DavidNowlin-f8a something like the attached will reduce the amount of logic you will need and takes advantage of referencing variables using the %myVar% method within a text field. The big dial variable, just determines which variable the little dial should assign it's value to. I put some extra logic just to hide the text field if the value is zero, as number variables are initialised as zero.
SamHill
Super Hero
Hi DavidNowlin-f8a see the attached file. The "999" I am using is just an arbitrary number that can't be set by the dial to prevent the values from continually resetting. The key thing is the new variables that hold the "default" values until they are first used.
DavidNowlin-f8a
28 days agoCommunity Member
Thank you. That should solve the issue.