Results 1 to 2 of 2

Thread: Timer question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Posts
    30

    Timer question

    Say there is 2 timers. timer1 and timer2. All have an interval of 60000 (or 1 minute). Lets say I have timer1 running and timer2 disabled, timer 1 is about to execute in 10 seconds. How could I start timer 2 and have it in sync iwith timer1 so it too will execute in 10 seconds even though it was just enabled?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    You can start your first timer normaly , then bind your second timer with a thread that start after 10 seconds . The idea should work fine I believe I've not tried it though .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width