Home› Programming
Discussion
Back to discussions page
BBell
Posts: 17 Apprentice
Double Pop Up for User Input |
38 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
3 comments |
in Programming
I have assigned a few variables to request user input by entering in an integer or pressing yes/no. I am having trouble with these popping up twice. The question will pop up, wait for user input, then immediately pop up again. It seems that the variables that ask for an integer ignore the input of the second popup up but the ones that require a yes/no will overwrite on the second pop up. For example, if I were to enter 10 the first time it would accept and keep the initial value of 10 despite what I enter for the second pop up. On the contrary, if I were to enter yes the first time and no the second, the program keeps the no value. I am unsure as to why this is happening. Is this a common issue?
Tagged:
The program is supposed to trigger an error if the boardType number is not between 1 and 4 - which it does but only on the first pop up. I can enter any number on the second pop up.
For the boolean questions, i have found that when it asks for the retorque, regardless of if I choose "yes" or "no" it asks if I want to install screws. Instead, it should perform the retorque protocols.
Loop verifyAll≟ False
Let me know if you have any other questions.