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 » Some questions about RibbonBar MDI Collapse All
Subject Author Date
Developer NCS Sep 14, 2008 - 9:28 PM

Hi Prof-UIS team !
I’d just purcharse Prof-uis v.2.83 and I created a application like RibbonBar MDI. I have some question about ribbonbar:
1. Does Prof-UIS v.2.83 has method that to hide/show a ribbon tab page on RibbonBar ?
2. How to insert dynamic a ribbon tab page at the run time ?
3. "RibbonBar MDI " example in v.2.83 have Maximize, Minimize and Close buttons in the MDI child frame window. But if i create a application RibbonBar MDI using Doc/View Architecture, how to insert Maximize, Minimize and Close buttons in the MDI child frame ??
Thanks !

Technical Support Sep 15, 2008 - 12:45 PM

Our ribbon bar uses a tree structure of command nodes for re-presenting the ribbon layout. Your tree initialization code should be similar to that in our RibbonBarMDI sample application except it should support optional construction of tree branches. When you need to show/hide some ribbon parts (tab pages, groups or some buttons) dynamically, you should re-construct the tree and re-assign it to the ribbon bar control. The [_][o][x] buttons should appear automatically both in the ribbon bar and in the MDI child frame window caption. We need more details about your last question.