Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.What is the difference between Timer and WebTimer?

Answer: Time is server side and WebTimer client side.

Timer is the normal timer class in Xojo. It runs on the server. On the side the WebTimer runs on the client. It triggers a request to the server to perform the action. So a WebTimer is good to keep the connection running and the website updated regularly. A timer on the server is good to make regular jobs like starting a database backup every 24 hours.


The biggest plugin in space...