Android Question Input text - timeout

kepler

Active Member
Licensed User
Longtime User
Hi,

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.

Any sugestions?

Regards,

Kepler
 

kepler

Active Member
Licensed User
Longtime User
Hi,

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...

Bummer...

Kind regards,

Kepler
 
Upvote 0
Top