Android Question When does the timer cycle start?

Lakhtin_V

Active Member
Licensed User
Longtime User
The tick timer event is counted from the moment of initialization
sTimer.Initialize("sTimer",5990)
or from the moment (line/command)
sTimer.Enabled=True
 

kimstudio

Active Member
Licensed User
Longtime User
The first Tick event will fire as soon as timer.enable=true or after duration pass counting from timer.enable=true?
 
Upvote 0
Top