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
600
Merging MiniToolbars
posted

Dear all,

we have an issue where by our minitoolbars do not properly clear and give the appearance of merging. That is we have the two attached minitoolbars (the first two in the image), which work just fine. However, once one has been brought up the other will show the first minitoolbar as well as the second (the third in the image), it's as if they have merged.

These minitoolbars are in entirely separate instance of different objects that do not interact (one is for a treeview, the other for an MDI child editor window). Each object has it's own UltraToolbarManager. It's almost like there is some singleton underlying the implementation of these.

The difference in look is that the editor one is made at design time, whereas the treeview one is a control container that has a panel designed elsewhere inserted (allowing us to show different panels and therefore quick editors depending on the node selected - I'm sure there are better ways to do this but that's how it is just now).

Many thanks.