
Announcements
Hi,
I need to use the timer in the PowerApps gallery, But it is not working properly.
When I click the tick button the timer should start, When I click the thumb button the timer should stop. Anyone, please help with this?
Put a variable in your Timer Start property (var_Tstart), in the Timer OnEnd property set that variable to false. Also set it to false in the OnVisible of the page. In the icon where yuo want to start the Timer set the variable to true, in the stop variable set it to false. The reset icon will neeed a Reset() of the Timer control. I do not believe that timers work until you actually "Play" the app