Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionextracting data from .TXT file Pin
benjamin yap29-Jan-10 17:20
benjamin yap29-Jan-10 17:20 
AnswerRe: extracting data from .TXT file Pin
Richard MacCutchan29-Jan-10 22:19
mveRichard MacCutchan29-Jan-10 22:19 
AnswerRe: extracting data from .TXT file PinPopular
enhzflep30-Jan-10 7:02
enhzflep30-Jan-10 7:02 
AnswerRe: extracting data from .TXT file Pin
Moak30-Jan-10 13:11
Moak30-Jan-10 13:11 
QuestionAutoRestart + Execute Useer Code Pin
Bram van Kampen29-Jan-10 14:24
Bram van Kampen29-Jan-10 14:24 
QuestionAccessing vars in class created with new Pin
al250029-Jan-10 12:48
al250029-Jan-10 12:48 
AnswerRe: Accessing vars in class created with new Pin
Avi Berger29-Jan-10 14:00
Avi Berger29-Jan-10 14:00 
GeneralRe: Accessing vars in class created with new Pin
al250029-Jan-10 14:23
al250029-Jan-10 14:23 
You are absolutely right Avi and I'm glad you brought this up. This design is typical for simple, graphical elements that are not typically modified (easier to delete and create a new one). However, I extended it to more complex elements that should have the capability to be modified since there is a lot of dialog setup. The real value of the base class implementation is that it allows the use of virtual functions, especially the draw function without which the View class draw routine becomes very complex.

Currently, if the user wants to modify the element(with a dialog), my code deletes it and replaces it with a new element (transparent to the user). The problem arises when the user creates 2 of the same kinds of elements but with different settings. Then, when the dialog corresponding to the element is opened, the dialog settings do not always correspond to the instance that was selected since the dialog will just retain the last settings. So my intent was to set the dialog controls based on the dialog data stored with the element when the dialog init function is called. I can't use a virtual function from CIndicator since there are other elements (besides CInd1) that have different dialogs and thus different set up vars.

There must be an accepted way to design this function, since many engineering tools allow lots of copies of elements to be used yet they can still be modfied. I'll give it some thought.
GeneralRe: Accessing vars in class created with new Pin
al250029-Jan-10 15:55
al250029-Jan-10 15:55 
GeneralRe: Accessing vars in class created with new Pin
Avi Berger1-Feb-10 11:22
Avi Berger1-Feb-10 11:22 
AnswerRe: Accessing vars in class created with new Pin
Richard MacCutchan30-Jan-10 1:12
mveRichard MacCutchan30-Jan-10 1:12 
GeneralRe: Accessing vars in class created with new Pin
al250030-Jan-10 8:04
al250030-Jan-10 8:04 
QuestionRe: Accessing vars in class created with new Pin
David Crow30-Jan-10 12:52
David Crow30-Jan-10 12:52 
AnswerRe: Accessing vars in class created with new Pin
al25001-Feb-10 11:47
al25001-Feb-10 11:47 
QuestionHow to assign directory rights programmatically? Pin
Chintan29-Jan-10 10:38
Chintan29-Jan-10 10:38 
QuestionWindows Shell Replacement Pin
Code-o-mat29-Jan-10 9:22
Code-o-mat29-Jan-10 9:22 
AnswerRe: Windows Shell Replacement Pin
Richard MacCutchan29-Jan-10 9:49
mveRichard MacCutchan29-Jan-10 9:49 
GeneralRe: Windows Shell Replacement Pin
Code-o-mat29-Jan-10 10:18
Code-o-mat29-Jan-10 10:18 
GeneralRe: Windows Shell Replacement Pin
Richard MacCutchan29-Jan-10 22:08
mveRichard MacCutchan29-Jan-10 22:08 
GeneralRe: Windows Shell Replacement Pin
Code-o-mat30-Jan-10 6:18
Code-o-mat30-Jan-10 6:18 
GeneralRe: Windows Shell Replacement Pin
Richard MacCutchan30-Jan-10 9:27
mveRichard MacCutchan30-Jan-10 9:27 
AnswerRe: Windows Shell Replacement Pin
Nemanja Trifunovic29-Jan-10 10:04
Nemanja Trifunovic29-Jan-10 10:04 
GeneralRe: Windows Shell Replacement Pin
Code-o-mat29-Jan-10 10:24
Code-o-mat29-Jan-10 10:24 
AnswerRe: Windows Shell Replacement Pin
Rolf Kristensen29-Jan-10 12:21
Rolf Kristensen29-Jan-10 12:21 
QuestionRe: Windows Shell Replacement Pin
Bram van Kampen29-Jan-10 14:35
Bram van Kampen29-Jan-10 14:35 

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.