Hi,
I'm creating an access code window.
When entering the correct code, I start a timer which will go off after 60 seconds when no key press was done so the logged in user is logged out again.
when entering the code I create following timer:
Sometimes it works fine the first time. The timer goes off and is logging me out.
When I try to log in a second time, I'm directly routed to my callback function.. It does not wait the 60 seconds
I've read the manual but not much information can be found of such timers.
Any help in this?
Thanks!
I'm creating an access code window.
When entering the correct code, I start a timer which will go off after 60 seconds when no key press was done so the logged in user is logged out again.
when entering the code I create following timer:
Sometimes it works fine the first time. The timer goes off and is logging me out.
When I try to log in a second time, I'm directly routed to my callback function.. It does not wait the 60 seconds
I've read the manual but not much information can be found of such timers.
Any help in this?
Thanks!