I have a Chronometer which increments every second and displays elapsed time on screen.
I also have three Progress Bars:
- SecondsProgressBar
- MinutesProgressBar
- HoursProgressBar
When the Chronometer increments every second I'd like to fill the SecondsProgressBar (By 1) until it's value reaches 60, then I'd like to fill the MinutesProgressBar (By 1) until its value also reaches 60, then the HoursProgressBar should also be filled until it reaches a predetermined amount of hours.