AddWindowTimer question

Just starting out? Need help? Post your questions and find answers here.
Jarlve
Posts: 19
Joined: Mon Jun 18, 2018 6:10 pm

AddWindowTimer question

Post by Jarlve »

Hey all,

AddWindowTimer freezes when the SpiderBasic web app is not viewed in the browser's current open tab. This is an issue for my app as it relies on it to do its calculations periodically. And preferably also in the background. Any workaround?

Thanks.
Specifies the amount of time (in milliseconds) between each #PB_Event_Timer events. The timer events will only be generated when there are no other events to be processed (timers are low-priority events). This means that the time that elapses between two timer events may be larger than the specified Timeout value. Timers are therefore not suited for precise timing but are rather intended to perform periodic tasks such as updating a gadget content or similar.