Hello John,
Probably you must look for the Timer control. You can set an "[CountDown]" variable in the app's Ready event. You can set this variable to certain number of seconds, for example, 60.
You can place an Timer control in the first app's view and start the timer when you need. In the Timer's Interval event you can do whatever you wanted with the "[CountDown]" variable.
For example, you can decrement (using the "Dec" action) the refered variable, and, additionally check if the variable reached the zero value: this means the count down "ends", to say like that.
Can the above help you in some way?
Hello John,
No problem. You can use the "[CountDown]" variable, for example, to be placed in an HTML control (to be shown to the user) in all the app's views. The Timer's Interval is executed in the background even if you are in other view, until you stop it with the "TimerStop" action.
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.
This website uses some useful cookies to store your preferences.