Three Silverlight 4 issues
- by Muhammad Jamal Shaikh
Silverlight version : 4
Silverlight patter :MVVM
Visual Studio template :Silverlight navigation application
How do I block main navigation on (mainpage.xaml) as in any silverlight navigation application and block page's controls ( i.e whichever page is it in ) during async webservice calls? Any best practices?
How do I deal with the browser's forward and backward buttons, specially during async calls?
How do I deal with dialogs on the views ( e.g when using a childwindow to select a color).
How should the color's picker control hex be communicated to the viewmodel?