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 Tech Support » Button in RibbonPage Collapse All
Subject Author Date
Chun Pong Lau Oct 9, 2006 - 12:10 AM

Hello support team,

Can I add a button inside a CExtRibbonPage or CExtRibbonBar?

Thanks,

Alan

Technical Support Oct 9, 2006 - 7:11 AM

You should modify the tree data structure that contains CExtCustomizeCmdTreeNode and CExtRibbonNode objects describing buttons and assign it to the ribbon bar or ribbon page using the CExtRibbonBar::SetButtons() or CExtRibbonPage::SetButtons() method. This will make the ribbon bar/page recreate its buttons.

Eli Kaczer Jan 23, 2007 - 5:52 PM

Can you please post an example of how to do this, or email me a sample app that shows a button along with the regular nodes (RibbonPage sample) in the RibbonPage.

Technical Support Jan 24, 2007 - 12:08 PM

Please download this project.