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
260
Need to immediately activate a MDIChildForm immediately after select from PopupMenuTool
posted

I have a Windows Form application that uses a PopupMenuTool to hold an overflow of MDI button tools when they exceed 20 items in a particular business area.  My problem is that the button opens a new MDI child form and currently, the MDI child form opened from the PopupMenuTool is not being activated so that it shows on top.  The users have to click that tab in order to see it activated.  This is NOT happening if selected directly from the ribbon, only when selected from the PopupMenuTool.  Any thoughts on how to resolve this?  I've tried directly activating the form in the load event, but doesn't work.

Parents
  • 53790
    posted

    Hello Gaxtell,

    I`m not sure that I understand your scenario and I try to reproduce your issue in a small sample, but without success. Could you please take a look at the attached sample and video file and let me know if you think that I misunderstood your scenario. Please feel free to modify this sample to reproduce your issue and revert it back to me. I`ll be glad to research it for you.

    Regards

    UltraToolbarManagerMDIActivateForm.zip
Reply Children