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.
Hello B_D,
I`m not familiar with your scenario and I`m not able to reproduce your issue. Could you please provide us more details or if you are able please upload small sample that reproduce your issue. I`ll be glad to research it for you.
Also could you please tell us, are you using MDI forms, did you set property MDIMergable = False, are you using the properties:
- IsMainMenuBar
- DockedRow
- FillEntireRow
Let me know if you have any questions.
Regards
Further to this, if I debug into the code and look at what the minitoolbar contains just before it is shown, it correctly contains only the items I would expect it to.