|
-
May 22nd, 2003, 05:41 PM
#1
Thread Starter
Junior Member
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?
-
May 22nd, 2003, 05:48 PM
#2
Sleep mode
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|