brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

[WindowsStore] ConfirmAsync methods awaiting MessageDialog closing #16

Closed Zalkovalsky closed 9 years ago

Zalkovalsky commented 9 years ago

Modified ConfirmAsync and ConfirmThreeButtonsAsync implementations for WindowsStore. Because there can be only one MessageDialog displayed at the same time it was easy to get an exception after showing any kind of dialog after ConfirmAsync/ConfirmThreeButtonsAsync as well as after their synchronous versions.

brianchance commented 9 years ago

Can you get me a windows store dll and put it check it into the lib folder?

Zalkovalsky commented 9 years ago

Sure thing but I'll deal with that on Sat/Sun as I'm away tomorrow