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
65
Problem with closing dropdownmenus
posted

I have recently upgraded a Windows application from version 3 to 8.1.

After replacing the UltraWinToolbars component with the new version I get problems to close an open dropdownmenu. I have to click on the same menu-item that opened the dropdownmenu to get it closed. Clicking anywhere else in the application window will not close the dropdownmenu. Clicking on another menu-item opens that dropdownmenu but leaves it open  until clicking on the same item that opended it.

How can I avoid this behaviour?

/Goran

Parents
  • 44743
    posted

    Is the toolbars manager being used in a unmanaged window? If so, call Infragistics.Win.Utilities.ForceNativeMessageFilter() before showing the window (the method must be called at least once per thread a toolbars manager is created on).

    If the toolbars manager is being used on a managed Form, it is probably a bug and I would recommend submitting it to the support group: http://es.infragistics.com/gethelp.

Reply Children