Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » cmdui with CExtPanelControlBar Collapse All
Subject Author Date
Mark Feldman Feb 21, 2007 - 11:38 AM

Hi..

I’m following the FixedSizePanel sample and in particular the "Panel With Dialog" CExtPanelControlBar code. I have everything working fine in my own application, however my CExtResizableDialog derived class doesn’t seem to be receiving any CMDUI messages targetted for the controls in my dialog.

In my case I have some radio buttons in the dialog that need to be updated to their correct checked state.

thanks,
mark

Sandy Dickson Oct 21, 2020 - 8:01 PM

Capstone projects can be turned into evidence-based research papers for nursing and be used as a guide to informing practice in healthcare. Students seek help to be able to present professionally done capstone projects. https://www.nursingcapstone.net/

Technical Support Feb 22, 2007 - 10:51 AM

The command updating mechanism is not designed for working with dialog controls. You should manually set the control state. For the radio button, you can use either SetCheck() or the DDX mechanism.