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
40
Question on UltraToolbarsManager
posted

In the project using its UltraToolbarsManager control interface uses imitation Office2007 Ribbon interface, I found a problem, maximize the window, if a dialog or other window is ShowDialog () out, waving the main window, do not know how to solve

Parents
No Data
Reply
  • 7695
    Offline posted

    Perhaps I am missing something, it is expected any interaction with the base window should fail if a dialog window was displayed from that window is currently open, that's standard with any windows application. Close the dialog window, and you should be able to continue.

    Also perhaps it maybe related to me not following the issue you are having, what did you mean by "waving the main window?"

Children