Forum Discussion
JordanGlaski
2 years agoCommunity Member
Text Entry Field masking within a Scrolling Panel
I have a Text Entry field within a Scrolling Panel that which after the entry has been completed, i'd like to lock up the field. In the past my way of doing this is to trigger a filled-but-transpar...
SandeepGadam
2 years agoCommunity Member
Hello Jordan, as far as I understand, are you trying to disable (mask) the text entry field once the text has been entered and preventing the user not to retype the text?
Try the below steps and let me know if that works for you:
1. Initially you can lay over a transparent shape over the text entry field and set it's initial state to hidden.
2. Then add a trigger to change state of that transparent shape to normal when object-text entry looses focus.
If that doesn't work, would you mind sharing your project file here so that I can take and provide you some help?