I have a window that is used as MDI child through the TabbedMDIManager. I both defined a Ribbon and some Toolbars. I expect that the Merge process will only merge the Ribbon and ignore the Toolbars if the Parent Window is implementing Ribbon view, and vice-versa for Toolbar.
The Ribbon does merge, but the Toolbars also display which I think is incorrect behavior. Is there a way to at least tell the ToolbarsManager which view to merge, ex. Ribbon Only, Toolsbars Only?
Also when I set the MDIParent of the child to NULL to make it a stand-alone window, the Ribbon and Toolbars disappear.
Hi,
I'm sorry i can't help you with this either...but i was curious if you had found a solution for this problem? I am trying to do the same thing, and getting the same results as you.
Thanks,
~Karen
Can anyone at least help me figure out how to get back the Ribbon control of the MDIChild when you undocked and float it by assigning MDiParent to NULL?