Working with the Timer I find that the TimerInterval is from the time you exit the .Timer procedure until it restarts, ie if TimerInterval is 1000ms (1 second) and it takes 45ms for the phone to do your blocks the total time between any one block will be 1045ms.Remember that your App is not the only thing running on the phone. If it's time for your Timer to go off and the phone is busy doing something else, your event will be delayed until the phone can get to it. This is shown by downloading TimerCheck to your phone and with .TimerAlwaysFires set to True start a second program and then come back to TimerCheck and you will see delays in the timestamps.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
For my App Inventor Tips, visit TwoDogApps.com by clicking here!