|
-
February 9th, 2007, 04:52 PM
#7
Re: Timer/ Multitasking??
 Originally Posted by well_aisec
2.For the UI thread(for display purpose), what I do also to if I am not using timer to constantly update the meter? The same problem will occur as in question 1..
One other point, in the UI thread when you have nothing to do, you do "nothing". Don't add an infinite loop to this thread, as the system already has a message pump loop running for you in the background. All you have to do in your UI thread is respond to messages from the mouse/keyboard and your thread.
Viggy
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
|