I am playing around with the BookShelf demo application by John Papa. And would like to make some adjustments in how a book item is edited. In that application both the BookView and the EditBookWindow
I\'ve made an usb hid device (pic18f2550 and DS1820 ). I\'m using Visual Studio 2010, C# , .NET 4.0 Framework, the latest version of MVVM light toolkit and an usb HID driver from Florian Leitner (fac
I have a page with namespaces: xmlns:Custom=\"clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity\"
I\'m pretty new to using MVVM Light so hopefully this is a simple fix, although I have spent most of the day trying to track down an answer :-(
I\'m trying to use the mvvm-light messenger capability to open a custo开发者_开发问答m confirm password dialog in my view, triggered by a command in my viewmodel.
In code behind for a page: Messenger.Default.Register(this, CheckWaitState); and private void CheckWaitState(string message) { //do something with message }
I want to use WPF with MVVM pa开发者_如何学Gottern in my project, but i am confused about some points regarding MVVM pattern. Please help me to clarify these points.
I have an applicati开发者_运维知识库on wich has some \"modules\" so to speak. Each user has permissions to see each module, some don\'t see all some see all.
I have a childwindow with an associated VM that gets created each time I ask the child window to open.when the childwindow opens, it registers a listener for an MVVM Light message.After I close the wi
I\'ve just started learning Silverlight with the MVVM Light framework. Most recently I\'ve started getting into the Messenger features in MVVM Light.