Forum Discussion
How to remove an initial value (0) from a "Numeric Entry" field
Hi Jennifer,
Thanks for sharing your file.
First, I noticed you had some conflicting triggers to reset the slides. It was set to jump to slide 1.1 and 1.2 - and therefore both triggers weren't executing leaving the user stuck on slide 1.1:
I was able to remove the trigger for Slide 1.1 on that slide, and the same for Slide 1.2 and then it started to work normally.
I also saw the reset would only occur on the first jump to the new slide. One thought is you could add a trigger to set the value to 0 when the timeline starts, and that'll reset it each time you visit the slide.
Also, the 0 appears when you change the trigger from Set NumericEntry10 equal to the typed value when the control loses focus to Set CreamValue equal to the typed value when the Control loses focus. That's where the variable name has been adjusted and what you'll want to look at not changing.
I made these changes (to the jump to slide triggers and the variable reset only on SugVal entry) on the attached file for you to take a look at!
- JenniferShafley7 years agoCommunity Member
I made your suggested edits and added the set value to 0 when timeline starts, but this still does not clear out those fields or reset the slide to the initial state. Can you please advise?