Click here to Skip to main content
15,914,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I change docking window properties? Pin
Bill Wilson20-Mar-02 13:32
Bill Wilson20-Mar-02 13:32 
GeneralMulti-colours Pin
Derek Lakin20-Mar-02 9:04
Derek Lakin20-Mar-02 9:04 
GeneralRe: Multi-colours Pin
Andres Manggini20-Mar-02 9:10
Andres Manggini20-Mar-02 9:10 
GeneralRe: Multi-colours Pin
Derek Lakin20-Mar-02 23:25
Derek Lakin20-Mar-02 23:25 
GeneralSplitter window headaches Pin
esapp42020-Mar-02 8:07
esapp42020-Mar-02 8:07 
GeneralRe: Splitter window headaches Pin
esapp42020-Mar-02 9:27
esapp42020-Mar-02 9:27 
GeneralRe: Splitter window headaches Pin
soup20-Mar-02 13:17
soup20-Mar-02 13:17 
GeneralSetting timer in Doc but used in a View Pin
Merle Pittman20-Mar-02 6:58
Merle Pittman20-Mar-02 6:58 
hi all,

A little background...

My app processes data received on a serial port and creates a graph based on the data received. I do all processing and thread creation (to do the processing) in the Doc class. The Doc class also captures the message sent when the Start button is clicked. I do this because I need to change the views depending on how the user wants to see the data displayed, so a way to keep the threads from getting destroyed when the view changes is to put them in the Doc class (maybe not best solution, but I'm no guru either Smile | :) Anyway, when the start button is clicked I set a bunch of Timers in the Doc class, but the Timer gets used in the View class for updating a graph.

However, the timers are being set, but the view is not updating. I guess the view is not receiving the timers adn thus doesn't even know they have been set. How can I overcome this??

Thanks

-MDP


GeneralRe: Setting timer in Doc but used in a View Pin
Mazdak20-Mar-02 7:26
Mazdak20-Mar-02 7:26 
GeneralRe: Setting timer in Doc but used in a View Pin
Merle Pittman20-Mar-02 7:47
Merle Pittman20-Mar-02 7:47 
GeneralRe: Setting timer in Doc but used in a View Pin
Andres Manggini20-Mar-02 8:24
Andres Manggini20-Mar-02 8:24 
GeneralRe: Setting timer in Doc but used in a View Pin
Shog920-Mar-02 8:02
sitebuilderShog920-Mar-02 8:02 
GeneralC2676 Pin
20-Mar-02 6:51
suss20-Mar-02 6:51 
GeneralRe: C2676 Pin
Rickard Andersson2020-Mar-02 7:02
Rickard Andersson2020-Mar-02 7:02 
GeneralRe: C2676 Pin
Bill Wilson20-Mar-02 7:05
Bill Wilson20-Mar-02 7:05 
GeneralCOM Port Active X Pin
dlhson20-Mar-02 6:31
dlhson20-Mar-02 6:31 
QuestionChange image saturation...? Pin
Chris Losinger20-Mar-02 6:23
professionalChris Losinger20-Mar-02 6:23 
AnswerRe: Change image saturation...? Pin
Christian Graus20-Mar-02 9:53
protectorChristian Graus20-Mar-02 9:53 
AnswerRe: Change image saturation...? Pin
Joaquín M López Muñoz20-Mar-02 10:50
Joaquín M López Muñoz20-Mar-02 10:50 
GeneralRe: Change image saturation...? Pin
Chris Losinger20-Mar-02 15:08
professionalChris Losinger20-Mar-02 15:08 
Generalcan't create modeless dialog Pin
Hans Ruck20-Mar-02 6:17
Hans Ruck20-Mar-02 6:17 
GeneralRe: can't create modeless dialog Pin
Joaquín M López Muñoz20-Mar-02 9:26
Joaquín M López Muñoz20-Mar-02 9:26 
Generalquick question - need the registry key name which makes application to start at boot - Thanks Pin
20-Mar-02 5:59
suss20-Mar-02 5:59 
GeneralRe: quick question - need the registry key name which makes application to start at boot - Thanks Pin
20-Mar-02 6:15
suss20-Mar-02 6:15 
GeneralRe: quick question - need the registry key name which makes application to start at boot - Thanks Pin
Bill Wilson20-Mar-02 6:56
Bill Wilson20-Mar-02 6:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.