[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215
bugtracker at ...3416...
bugtracker at ...3416...
Sat Nov 26 20:12:33 CET 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4-
Comment #3 by zxMarce:
You can always set the timer to 1000 (1 sec) and use it to increment a form variable. Then, you use the form variable to check the time. There are other ways, though. For example, set the timer to 0.5 sec and having a DATE variable with the deadline datetime: you compare NOW with the deadline variable every time the timer ticks.
More information about the User
mailing list