I am using the MVVM Toolkit to build my WP7 apps and I am trying to get a MessageBox to display an error if the WCF service fails.
Some of our developers don\'t like the commanding i开发者_如何学运维n MVVM because there is no support in VS2010 IDE to help you navigate from the Command binding in xaml to the actual code implementi
I\'m trying to bind the SelectedItem to a View. But the view is not able to access the viewmodel when it is inside the Resources block.
I am trying to reproduce the BingMaps sample of the Windows Phone 7 trainingkit: http://msdn.microsoft.com/en-us/wp7trainingcourse_usingbingmapslab_topic2.aspx#_Toc271039352
Hi i created a property in ViewModelLocator to allow a ResourceDictionary to pass to the ViewModelLocator. In my app.xaml i have this defined:
I have created a very simple wpf app with mvvm light. I have rows in a list view, these are templated representations of Book objects.
There seems to be a lot of \"behind the scenes magic\" involved in TreeViewDragDropTarget. All the posts I\'ve seen so far, stop at the presentation of the treeview without explaining what\'s goin开发
I have a entity class in a C# library class and linked to Silverlight class library (entities must be in C# class because of legacy compatiblity with other systems)
Using silverlight, we are looking to move the focus to a textbox. How do you use mvvm-light to trigger gotfocus?
I have more than one PasswordBox on my view and I want to pass all their SecureStrings to my view model when I click a button.