I've been testing my app for awhile and my timer has been working as needed, but now when I start the app up it freezes on:
and says:
**EDIT**
Sigh...don't call an event that uses a timer in the Activity_Create BEFORE the timer is initialized in there.
B4X:
tmrNormal.Enabled =True
and says:
Interval must be larger than 0
**EDIT**
Sigh...don't call an event that uses a timer in the Activity_Create BEFORE the timer is initialized in there.
Last edited: