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
1735
Problem disabling Quick Access button that is also in the Backstage
posted

There seems to a problem when you have a Button both in the Quick Access Bar in the Backstage.

We got a Button, we call it "Test Button", in the backstage and in the QuickAccess bar, associated with a RelayCommand. Additionally we have a "Toggle" Button in a Tab of the Dockmanager and in the Backstage.

The toggle button changes the state of the Test Button.

To reproduce the error follow this steps in the attached sample app:

  1. Make sure that the Test Button looks enabled in the Quick Access Bar
  2. Click the Toggle Button in the Backstage so the Test Button gets disabled
  3. Hide the backstage: The button in the quick access bar will be disabled
  4. Click the Button "Toggle Test" that is in "Test" Tab. You will notice that the Quick Access Bar button doesnt get enabled.
  5. Click on the Backstage (just to show it)
  6. Hide the Backstage (you should not have clicked in any of the buttons of the backstage)
  7. You will see the Quick Access bar button is enabled

To be able to enable back a button in the Quick Access Bar you need to show and hide the Backstage, that is the only way the state of the button gets refreshed.

Basically if the buttons gets disabled from the Backstage it is not possible to enable it from outside the backstage.

We would like to fix this issue, any comments will be greatly appreciated.

Thanks!

 

App2010MenuKeyTips.zip