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,
You can use our PopupMenuTool in place of your ToolstripMenu. Please see this page for details on how to use the PopupMenuTool:http://help.infragistics.com/doc/WinForms/2016.1/CLR4.0/?page=WinToolbarsManager_Add_a_PopupMenu_Tool_to_a_Toolbar.html
If I am understanding correctly, the behavior is correct when the button tools have different keys. Is it possible to change the keys so that there is no conflict?
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?
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?