Here is another idea... instead of using timer for tracking time, why not use system. time on start and when something occurred (like class is not working) to recalculate time difference between start and current time? Even if you like to check time difference continually you can add timer and on timer event check time difference for whatever task you like.You will need at most 1 timer and 3-4 variables.
monarchmk
Junior Poster in Training
71 posts since Mar 2011
Reputation Points: 34
Solved Threads: 16
Sound to me as if you either
1) haven't explained what you're trying to do properly (I'm lost)
2) haven't designed the concept well enough to start programming.
Having a timer for SECONDs and another for MINUTEs shows you haven't thought through the task. Based on what I understand, you only need one timer total for the whole project.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
All you need it 1 timer. It can control all 3 timers.
Think through the problem at your desk -- how to control only the RCR first.
Once you have the RCR, add the DTR. What can you do to cause the DTR to stop and start?
Think through the problem away from the computer. Completely understand what to do, then program it.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944