Hello,
I need to launch a timer which navigates to new screen after 5 seconds.
I added these formulas below on my timer control:
Text:
Text(Time(0; 0; Self.Value/1000); "hh:mm:ss")
On timer start
UpdateContext({startTimer:true})
on timer end
UpdateContext({startTimer:false}) and i added the formula to navigate to specific screen
I also added the variable : startimer on the "Start field"
To launch the timer i used this formula on a new button:
UpdateContext({startTimer:true})
When i click on the button the timer stops at 1 second instead of 5 seconds.
What i need to do to launch the timer until it reaches 5 seconds