I'm trying to define a timeout for someone do an input text in a simple dialog. I've tryed to define a timer first, and disable it - in the global variables and activity_first. Then I enable it before the input. After the input I disable it again. Still, it's not fired.
Yes, you're right.... I had to create a "layer" for input. A simple dialog box or a message box does not allow for a Timer event to be executed or triggered...