XAML / C # Windows8 AppBar vs external buttons

So, in my application, I got an application popup for various events. The problem I am facing is that when AppBar appears, other buttons lose their availability. In other words, everything outside of the AppBar cannot be selected without first closing the AppBar. To select one, the user will have to click outside the AppBar, and THEN select the button. This is clearly not a friendly interface, so I'm looking for a fix.

Any ideas would be highly appreciated. Thanks in advance for your help!

+3
source share
1 answer

Are you sure that the events you want to connect to are external events , as indicated in the style guide .

From the manual:

Application items provide the user with easy access to commands when they need them. The user can drag along the bottom edge of the screen to display the application panels, and can interact with their contents to make the application panels disappear. Application tables can also be used to display commands or options specific to the user context, such as selecting photos or drawing mode. If you have the command the user needs to complete the workflow (for example, purchasing a product), put these commands on the canvas, not in the application panel.

, , , , / .

0

All Articles