Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Load/SaveAsXml not loading user changes with MdiMergable toolbars
posted

Hi,

I have a Parent MDI form and one child form. Both forms have an UltraToolBarsManager, both the managers have their MdiMergable property set to true. When the child form closes I am saving the tool bar data (SaveAsXml). In the child forms OnLoad event I am loading the tool bar data (LoadFromXml) (if the file exists).

Unfortunatly none of the changes I make during run time to the merged toolbars are shown after the app is restarted.

So with the steps:

  1. Start app
  2. Remove a button from the child's merged toolbar.
  3. Close the app
  4. Re-open the app, the removed button will be displayed

If I changed the child's UltraToolBarManager's MdiMergable property to false the removed button is not shown. Is there someway to achieve this whilst having the toolbar merged?

Thanks.

ChildToolBarsAndMdiMergable.zip
Parents
No Data
Reply
  • 175
    posted

    Any guidence here, or is my inital post / example unclear?

    Just trying to find out if I need to roll my own method to save/load the merged tool bars customisations.

    Thanks-

Children