AD
Administrator
Syncfusion Team
July 1, 2004 04:40 PM UTC
Hi Gil,
Toolbars with the same BarName (in different Forms) will be merged, so you need to have ToolBars of the same name in the MainFrameBarManager and ChildFrameBarManager if you want the Toolbars to merge.
You can see this in the XPMenus sample (located in the Tools\samples\Menus Package\XPMenusMDI folder).
Also take a look at the MDI Merging section in the Essential Tools Users Guide for more information on this topic.
Regards
Arun
DC
Daniel Chait
July 8, 2004 12:54 PM UTC
>Toolbars with the same BarName (in different Forms) will be merged
True, however it seems that *Categories* with the same name will not be merged in the customize dialog box, no?
So for instance I have a MDI parent form, with a MainFrameBarManager, which has a category called "MenuItems" where I''ve added the menu items for the parent window (FileNew, FileExit, etc).
Then I have a MDI child form with a ChildFrameBarManager, which also has its own category called "MenuItems" where I''ve added the menu items that go with a child form (FileClose, FileSave, etc.)
The menus merge properly, however they do not merge in the Customize dialog -- so for instance I see two "MenuItems" categories in the customize dialog at runtime. Is there a way to correct this?
AD
Administrator
Syncfusion Team
July 9, 2004 05:28 PM UTC
Hi Daniel
Currently the Customize Dialog lists the items seperately for each of the Forms. We will add this as a feature request for consideration in a future release.
Regards
Arun