Forum Discussion
ThilagamSakkara
2 years agoCommunity Member
Activate a button when NumericEntry reaches specific length
In my slide I do have a Numeric Entry and a button next to it with the status 'disabled'. How to enable a button when number of characters in Numeric Entry reaches a length of 9 digits in it. How t...
RichardWatson
2 years agoSuper Hero
Thilagam,
Depending on what type of number you are working with, here is something that might work.
Create a trigger that changes the button's state to Normal when the Numeric changes if the NumericEntity (or whatever you named the variable) is greater than or equal to a value of 99999999.
Richard