Plex 2E

 View Only
  • 1.  CA Plex - Dynamic Menu

    Posted Oct 08, 2020 05:23 PM
    We are using the C# generator and would like to add child menus to an existing menu item in the MDI parent panel.  We did this in C++.
    We are reading a table to add the child menu items.  CA Plex is using the AddMenuID from the ObWPF.ObWPFCtrl.ObPanel

    AddMenuID(int menuid, object menuitem)

    We know the menu id.  How can we make the column table value to an object to include in the AddMenuID?

    Thanks.