How to configure a timer in vdesigner 2.0?

how to set a timer in vdesigner 2.0?

1 Like
  1. Begin by dragging and dropping the timer element onto the canvas to integrate it into your project.
  2. Navigate to the “Count Time” panel within the properties section and set the timer to “Static(60,number)” to initialize it with a static value of 60 seconds.
    timer1
  3. Configure the timer task to start when the page is created. You can achieve this by setting the timer task within the “OnPageCreate” event handler.
  4. Access the “Action” tab and select “Start” as the action type. Then, choose the timer element you placed on the canvas from the dropdown list labeled “Timer Element.”
    timer2
2 Likes