This is what I had been working with last in this project. Unfortunately, I didn't write my progress down in the issues here at all. So this is an effort to keep such from happening again.
At this point it looks like the _Tick code does successfully determine whether or not there is an activated Alarm. If so, it begins updating the display on a per-second basis. I'm not certain yet whether or not the display, and/or countdown values ,are being updated correctly at those intervals, though. This just in, it most certainly does not update correctly, or with legitimate values. Looks like this is the place to start working, and then head off towards implementation of the _Tick for Timers and Reminders.
This is what I had been working with last in this project. Unfortunately, I didn't write my progress down in the issues here at all. So this is an effort to keep such from happening again.
At this point it looks like the
_Tickcode does successfully determine whether or not there is an activated Alarm. If so, it begins updating the display on a per-second basis. I'm not certain yet whether or not the display, and/or countdown values ,are being updated correctly at those intervals, though. This just in, it most certainly does not update correctly, or with legitimate values. Looks like this is the place to start working, and then head off towards implementation of the_Tickfor Timers and Reminders.