I am facing with series of issues while using MVVMLight. One of them is passing non-string messages across the application.
I\'m trying to load images from the web in my wpf application. The idea is the following: When I click on a button, a popup with additional information is raised. In th开发者_开发技巧is popup I\'m us
I am very new to Silverlight and WP7 and am writing my first app.I spent a great deal of time trying to figure out what aids to use and my choice came down to Caliburn Micro or MVVM toolkit and after
Are there any examples on how to use the Threading portion of MVVM Light? What is the advantage of using the MVVMLight开发者_StackOverflow社区.threading over normal .net threading?looks like all threa
I\'m using your messenger class to communicate between views/controls and viewmodels. Currently I have the same usercontrol multiple times on the same view.
Here is the problem. I am using MVVM on a WPF project and using MVVM light. I have a grid in a user control that returns results from a search. I want the users to be able to click on the grid and hav
I am trying to bind the command of a button inside a datacontext to a RelayCommand in the Main viewmodel.When I use Blend it changes the datacontext of the contain开发者_运维知识库ing grid to point to
I\'m using L. Bugnion\'s MVVM Light Framework. What are some of the recommended approaches to pass parameters such as Customer\'s ID to ViewModel\'s const开发者_开发问答ructor?
I wonder if I can create a RelayCommand on my ViewModel like this: public RelayCommand<IList<VectorViewModel>> MyCommand { get; set; }
I know that there are alot of discussions about how Model and ViewModel collections should be handled and alot of \"syncher\" solutions have been proposed from different parties along with BLINQ, CLIN