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
130
ApplicationMenu2010 problem with QAT hidden
posted

I'm trying to use a Ribbon with the ApplicationMenu2010 for the first time. I set it up using the designer and everything looks fine. The backstage opens, I can properly see the back button and the areas where I add tabs or buttons.

Now I and hide the QAT by setting the QuickAccessToolbar.Visible property to false. The QAT hides, the caption area disappears. All as expected. When I select the "File" tab, now the backstage left buttons area covers most of the Back button. With no tools yet added, the "Insert new tool" item is covering the back button. Is there a way to control the location of the backstage left buttons area when it opens? Is this a bug?

Parents
  • 25665
    Offline posted

    Hello Tom,

    Thank you for contacting Infragistics Developer Support!

    I have some questions concerning this matter:

    What version are you using?
    Are you seeing this in design mode or when running the application?
    Are you in a high DPI environment?
    Do you have a sample you can attach?

Reply
  • 130
    Offline posted in reply to Michael Peterson

    Hi Michael,

    Here are answers to your questions.

    ribbonbug.XML

    Thanks,

    Tom

    What version are you using?

    16.2
    Are you seeing this in design mode or when running the application?

    Both

    Are you in a high DPI environment?

    No. I see this in multiple environments I’ve tried

    Do you have a sample you can attach?

    I’m writing using the Progress language. You license these controls to them, and it’s through them I purchased. So it’s not easy to attach something you can use. It is, however, remarkably easy to duplicate. I've listed steps to duplicate below. I don’t see any similar problem using the 2007 style application menu. I have attached a configuration file I exported from the non-working sample.

    Here are the exact steps to duplicate

    1. New form
    2. Add Toolabars manager, Add ultra panel when prompted.
    3. Add a ribbon
    4. Added a couple of tabs
    5. ToolbarManager Style = Office 2013
    6. FormDisplayStyle = Standard
    7. Ribbon FileMenuStyle = ApplicationMenu2010
    8. QuickAccessToolbar.Visible = false.

    That’s enough to show the problem. I can switch between it looking correct and faulty with the QAT visible setting. FormDisplayStyle is also involved as when I don’t set it to Standard, things look OK.

Children