Click here to Skip to main content
15,911,711 members

Comments by FlipnEh (Top 2 by date)

FlipnEh 1-Apr-11 17:53pm View    
The data is not usable until I know the user is done editing. I could perhaps maintain the data in some type of hold/buffer that I could pump generically on every ui event- all menu clicks, button bar clicks and possibly Form activation but this really breaks the cohesion focus of my object oriented programming. I am working with graphical data so it I type in 90 I can't have the object move to 9 and then to 90 as the user types. Thanks guys for the input. Hopefully some good information about this type of situation will show up!

Flip
FlipnEh 1-Apr-11 17:34pm View    
In this situation, neither the validating nor the validated events fire. Using ++spy on an equivalent mfc test app, I could not find any messages sent related to the edit box after leaving other than mouse events (there are a lot of messages spewing out so I could have missed something).

Thanks,

J