AW: MP2 Metro
Hey cool, you're one of the very few people who create a concept before they start coding! Very good!
Hints about modifying the main menu items:
Hey cool, you're one of the very few people who create a concept before they start coding! Very good!
Hints about modifying the main menu items:
- If you want to have your own menu items, you can simply add a workflow action file in your skin. If you want to remove items from the standard list, that is a feature MP2 is prepared to provide without any further work, but that feature is not yet completely implemented in the system. The idea is that the skin dev also provides a workflow action file in his skin which has a special "remove" entry for that workflow action which should not be present in the menu. I just have to implement that the remove entry is evaluated.
- To show own pictures for each menu item, you do not necessarily need to modify the menu list items to which your main menu items list is bound. As far as the button images are static and should not dynamically change, you can just bind to an image of the name of the current menu item's workflow action GUID with an attached ".png", for example. Morpheus does something like that in his BackgroundManager and Black Backdrop plugins. He uses a MultiBinding to set the image's Source property to the menu action's GUID plus ".png".