Which is the best way to show complex message boxes in Windows Phone 8?
These are the ones i know off: Default Windows Phone Toolkit Coding4Fun: http://coding4fun.codeplex.com/wikipage?title=MessagePrompt&referringTitle=Documentation
I am developing a static game.
Im looking to have a sort of settings menu as a message box. As these are quick things that should be very easily changed.
Also, Is it a good idea to do the same for the main game menu. The rational of both these is that the player should should not be taken away from the main game.
The message box can have multiple buttons, toggle switches, text boxes etc.
Thanks