|
|
I've been trying out the new environment - and was wondering - is there really no direct replacement to Message Boxes? The sample here demonstrates the same idea, but it's kind of complicated. Is there no one line command to display a message to the user? Your help is most appreciated.
In WinRT developer preview, it seems that there is no direct replacement for message boxes yet. Maybe it is not documented yet, or in a future release, don't know. Note that the approach of MessageDialog let the programmer use concurrency, and some background task can easily be scheduled while the message dialog is displayed with ShowAsync. Using non bloking UI is a general trend in WinRT.
I've a confirmation that there is no direct replacement to messageboxes. "The commands method provides more flexibility at the expense of simplicity. Rather than using many MessageBoxes you may want to look into less modal options (such as flyouts) to keep a more fluid user experience." http://social.msdn.microsoft.c om/Forums/en-US /winappswithnat ivecode/thread/ d01036cf-b37d-4 338-bb62-58119b 64ab78/