- Thread starter
- Admin
- #771
The problem is following: IsEnabled="{Binding Source={StaticResource MenuModel},Path=!IsMenuOpen}" is applided to all buttons and also to the Group Menu to prevent they can be used, if another Menu is used.Implementation of Menu Button, that opens the hidden Context Menus. The style is analog to the Power Button. Idea is analog to start Button, just MP2 icon is used (Improved Usebility)
Implemented and working
Just I'm trying to improve a minor thing. When the MP2 button is pressed in the homescreen, nothing happens (this is intended), but also the MP2 button is disabled after clicking it. EDIT: Solved, but now the Suspend button is disabled, when the MP2 Button is pressed in homescreen and can be only reactivated, by pressing it a second time Well, there will be a solution
View attachment 166831 View attachment 166832
The "HiddenMenu" can only be applied in MediaItem Views, not in menu screens.
If the new MP2 button is pressed in menu screens, the menu will not open, but MP2 anyway thinks a Menu is open and other items are disabled. By a second click it's working again.
There needs to be for example an IsVisible property for the MP2 button, which prevents showing the MP2 button on home screens. But I need a hint with which path the IsVisible property could be connected. On the other hand I would prefer from design point of view, if the button is always visible and just disabled in home screens. @morpheus_xx
Last edited: