When I create an "Input Text" object, it has a segment in the lower right titled "Optional Action" which offers the opportunity to trigger a script when the contents of the Text Edit Box change.
I don't find anywhere in the manuals or this forum that discusses this. My question is: if I use this, then when running the program enter a four letter string into the box, the triggered script runs four times. Is there a way to make a script that will wait until i have finished typing, then trigger a script one time only?
Input text
Re: Input text
Okay, I found a way on my own, using IF-THEN commands.