New Post: Guidance with updating the View from a MVVM PCL
This may not be a feature request or bug request, but it is an issue I just ran into. In my ViewModel and Model PCLs. I make async calls and whern I try to bind the ViewModel to the UI. Nothing...
View ArticleNew Post: Pinning
Hi Guys, Maybe I am confusing myself, I can pin an Item to start screen, and in its URI I have some query string Values. for example:/View/ViewDetailPage.xaml?name="example"&id="123" Now what I...
View ArticleNew Post: Building my own nupkg
What is the recommended way to build mvvmlight nupkg from sources (with my local modifications) ?
View ArticleCreated Issue: Invalid property name validation in WinRT/ObservableObject [7607]
In WinRT using RaisePropertyChanged(string) fails in VerifyPropertyName in Debug mode, if the property is in parent class for the target object, see this reproduction...
View ArticleCommented Issue: Invalid property name validation in WinRT/ObservableObject...
In WinRT using RaisePropertyChanged(string) fails in VerifyPropertyName in Debug mode, if the property is in parent class for the target object, see this reproduction...
View ArticleNew Post: NullReferenceException when including Mvvm Light PCL in Windows...
Hi, I recently adapted my app to use the PCL-variant of MvvmLightToolkit. Everything works as expected, except for when I include the MvvmLight PCL into a WP7 app and run it on a WP7 emulator or device...
View ArticleNew Post: Pinning
Hi Guys so I know how to get these values as well. The problem now is that, when navigating from the Secondary Tile, the View is created first and does not know about the ViewModel. I want to create my...
View ArticleNew Post: MVVMLight sample application for WINRT
It would be great if we have any sample app developed with MVVM Light, which demonstrates all the aspect of ideal Windows Store App. I have seen Itinerary Hunter sample app which is developed with...
View ArticleNew Post: Pinning
Currently I have solved this by using some code in the code behind file of the view to initalize its viewmodel with certain parameters. It works and things seem to be fine. Thanks Ronak
View ArticleNew Post: NullReferenceException when including Mvvm Light PCL in Windows...
Okay, I found it, and it's totally on my end. Somehow, I had my debugger set to break on "First chance exceptions" as described here...
View ArticleNew Post: How to use MVVM Light With Sql Server Compact
chobo2, did you get this issue solved? I too am facing the same issue and I have not found an answer yet
View ArticleNew Post: Issue with EventToCommand in VS2012 (Update2)
Hi, I'm using the latest build of MVVM Light, we use a mixture of Prism and MVVM Light as we much prefer the RelayCommand in MVVM Light, the superb Messenger and the EventToCommand behavior for binding...
View ArticleCreated Unassigned: Exception, presumably because of missing Find Source:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleEdited Unassigned: Exception, presumably because of missing file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleEdited Unassigned: Exception, presumably because of missing class or file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleCommented Unassigned: Exception, presumably because of missing class or file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleEdited Unassigned: Exception, presumably because of missing class or file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleEdited Issue: Exception, presumably because of missing class or file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleClosed Issue: Exception, presumably because of missing class or file:...
When using a Messenger<Something>.Send(something) method, occasionally a popup comes, titled: Find Source: WeakActionGeneric.csThis file selection window starts at the following location:...
View ArticleNew Post: How to Trigger and handle TextChanged event from Text Box within...
Hi, I asked this question in several places with no answer, so i hope to find the answer here. I develop Prism+MEF application based on WPF+MVVM, where there are many DataGrids so i build DataGridStyle...
View Article