Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Timers
#1
Hello,

I am currently in the design phase of a app that will be used to time the start, stop and elapsed time of certain events as they are triggered by a user clicking on a button.

I want to have several timers (counting durations in hh:mm format) displaying their values each minute. Each of the timers will start, pause and reset based on events triggered by the user clicking on certain GUI buttons.

Coming from a vb.net event driven world I had envisioned each timer being an object with methods of aTimer.Start, aTimer.Stop, aTimer.Reset and these objects would be on a form and accumulating time and updating the display constantly.

Can someone give me some pointers on how I would approach this using Python?

Thank you,

Scott
Reply


Messages In This Thread
Multiple Timers - by SenselessScott - Jul-06-2020, 02:17 PM
RE: Multiple Timers - by rexrf - Jul-06-2020, 04:43 PM
RE: Multiple Timers - by deanhystad - Jul-06-2020, 06:00 PM
RE: Multiple Timers - by Yoriz - Jul-06-2020, 10:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Quick Help - Timers - Need Small Solution for Working Code EwH006 5 4,175 Nov-17-2020, 04:09 AM
Last Post: EwH006
  Timers In python ShruthiLS 3 2,981 Jun-11-2018, 05:31 AM
Last Post: ShruthiLS

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020