I\'m attempting to implement the technique for data validation from Josh Smith\'s example here: Using a viewmodel to provide meaningful validation...
I\'m attempting to bind a button to a viewmodel command using MVVM Light commands, and for some reason the command doesn\'t seem to be getting called. Normally I don\'t have any issues using commands,
Currently trying to send messages from my viewmodel from the viewmodel\'s constructor only to find that the messages never get dispatched. what I am doing is similar to the following:
I want to assign the same command to all my buttons on my user control.I use MVVM Light and I have tried all combinations.I have also tried to use EventSetter, but this does not allow binding to a com
I have looked around a bit for this--can\'t find the proper collection Here is the signature of my desired ViewModel. There ar开发者_StackOverflow社区e some interesting
Hi i\'m currently implement MVVM in a WPF app i\'m developing. I implemented the ViewModel and the Views by using 2 separate projects. Only the View is referencing from the ViewModel. However, i\'ve c
I\'ve an MVVM-lite application that I\'d like to have unit testable. The model uses a System.Timers.Timer and so the update event ends up on a background worker thread. This unit-tested fine, but at r
I am using SL4 with MVVM-Light Toolkit. I\'m not sure what\'s going on here. I can\'t seem to find anything on the web that resolves this issue.. I have a user control that I incorporate into my MainP
I have a Silverlkight 4 application built with MVVM Light. I have various views with buttons on that are bound to commands in the viewmodels.
I cannot get data binding in MVVM light to work with numbers for non english cultures. The view model has a decimal property and I want the bound input textbox to handle validation and input according