Three Silverlight 4 issues

Posted by Muhammad Jamal Shaikh on Stack Overflow See other posts from Stack Overflow or by Muhammad Jamal Shaikh
Published on 2010-03-29T01:04:26Z Indexed on 2010/03/29 1:13 UTC
Read the original article Hit count: 384

Filed under:

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?

© Stack Overflow or respective owner

Related posts about silverlight-4.0