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.ToolStripMenuItemsThe 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
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?
Yes I am using UltraToolbarmanager.
Unfortunatelly this is an OpenEdge Application so you most probably will not be able to debug it. (and ist quite a few classes)
Is there an Infragistics eqivalent for ToolstripMenuitem which I could use?