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
520
Toolbar merging
posted

Hi!

I have a top form with a toolbar Manager and below that mdi-forms.
All MDI-Forms share similar Tools on the toolbar.
Most of the Tools are button-Tools.
Under some of this button-Tools there ar submenueitems.

This works fine as Long as the keys of the button-Tools are different.

If I have a button tol bDetails on more thant one toolbar the merging does not work anymore.
The first MDI-Form has the correct  System.Windows.Forms.ToolStripMenuItems
The second MDI-Form gets the correct ToolStipMenuItems.

But when I now Change back to the first MDI-Form the bDetails Button-Tool Shows the same Menuitems as the second MDI

the Mergetypes are set to Replace.
What I am doing wrong? Or does this not work with submenuitems?

TIA

Josef

Parents
No Data
Reply
  • 12480
    Offline posted

    Hi Josef,

    What Infragistics controls are you using in your application? Are you using UltraToolbarsManager?
    System.Windows.Forms.ToolStripMenuItems is a Microsoft class an could point to an issue in .NET.

    Are you able to provide a sample application that we can use to debug?

Children