Vai al contenuto

Timer

This component lets you to execute codes or activate an event at regular intervals, when activated and the page is visible.The component is not visible during RunTime, while it can be managed like any other component during DesignTime.The component has the following properties:
  • baseTime: base time in milliseconds (min. 100 ms). It may also be a variable
  • enable: enables the timer to run. It may also be a variable.
To activate the component, set enable at a value different to 0, by adjusting the value of the connected label or by directly adjusting the property through a condition, setting a numeric value.
  • At regular intervals specified by the value baseTime, an OnTimer event will be generated to which a standard action of GF_Project (e.g. a script) can be associated.