Forum Discussion
BrianCook-614f2
5 years agoCommunity Member
Entering Text or Numbers in Sim
Hi!
I captured a process fr a sim where the user is supposed to enter a certain code, then click continue. I did so while capturing, but I can't seem to get it to do it in the sim.
I need to add...
MariaCS
5 years agoStaff
Hi, Brian!
The when variable changes trigger needs to lose focus for the numeric entry to be set. Since clicking the continue button is also an action that takes the focus from the entry field, you can "fake it":
- Set the Continue button to an initial disabled state
- Add a trigger to enable it once the variable changes, if the variable equals the code you need:
This is what it will look like:
Let me know if this works!
Related Content
- 10 months ago
- 10 months ago
- 10 months ago