I’m trying to build a custom stopwatch using Glide’s AI Component because the regular stopwatch component doesn’t meet my needs. Specifically, I’d like to have a stopwatch that works with standard buttons (Start, Pause, Reset), and beneath it, an additional custom button labeled “I’m done.” This custom button should both pause the stopwatch and perform another app action (like navigating to another screen).
Thanks Darren, I used a copy of your stopwatch and slightly changed it (removed the countdown and added the ‘finished’ button).
I am trying to figure out if its possible to know when the stopwatch is at pause and when is it running?
example: If the user if pressing “finished” then, how do I know if is stopwatch is stopped?
(I don’t want to use to buttons: one if for pause, and the other for stop and go to next screen).
It’s not my stopwatch component, it’s @Jeff_Hager’s.
I don’t really use the AI component much, so I’m probably not the best person to help with this. But Jeff might be able to help.
On click, with the finish button, make a workflow: with one of the options being “Reset” but first make a data on it: in the data for “Timer” and maybe make a column for each user? Or at this point make the finish button make a new lap, with a row ID, and save it as a lap for the user in one of the columns?