Hi,
Is there any way we can merge toolbar buttons in a MDI Application? We have a requirement, where we have to place a few child form toolbar buttons between the toolbar buttons in the MDI form.
Thanks & Regards
Vinay
AD
Administrator
Syncfusion Team
May 17, 2005 12:35 PM
Hi Vinay,
MainFrameBarManager and ChildFrameBarManager provide support for merging the bars of the Mdi Parent with Mdi Children.
Alternatively, you can handle the MdiChildActivate to dynamically change the Toolbar depending on the active child yourself.
If you have any questions regarding details, please let me know.
Regards,
Gregory Austin
Syncfusion Inc.
VI
Vinay
May 18, 2005 01:04 AM
Hi,
We have a MDI Form with a MainframeBarManager Containing a ToolBar & MainMenu Bar. In the Child form we have a childframebarmanager containing a Menu Bar & a Toolbar. we are able to merge the menu (ie Mainmenu Bar & Menu bar in the child form) but we are unable to merge the two toolbars.
Thanks & Regards
Vinay
AD
Administrator
Syncfusion Team
May 18, 2005 10:21 AM
Hi Vinay,
Are these Toolbars that won''t merge instances of XPToolBar? XPToolBars and BarManagers are not intended to be used in the same application, and therefore the BarManager cannot handle the merging of an XPToolBar.
To enable merging, please convert your XPToolBar into a BarManager Bar. Or you can use the MdiChildActivate event to implement your own merging for ToolBars.
Regards,
Gregory Austin
Syncfusion Inc.
VI
Vinay
May 19, 2005 04:45 AM
Hi,
The Toolbars that wont merge are XPMenus.Bar and not XPToolbars.
Regards
Vinay
AD
Administrator
Syncfusion Team
May 19, 2005 04:24 PM
Hi Vinay,
Have you double checked the MergeTypes and that the two Bars have exactly the same name. Other than that, I''m not sure what the problem is. What version are you using? Also, do you have a sample that you could send me that demonstrates this failure to merge?
Regards,
Gregory Austin
Syncfusion Inc.