Commented Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: I had a quick go at creating a .netstandard 1.3 version of MvvmLightLibs yesterday. The main hurdle was the lack of a corresponding...
View ArticleCommented Feature: NetStandard Release? [7735]
Are there any plans for a netstandard release?Comments: Damn those dependencies. In the past when CommonServiceLocator was not available for Silverlight, I bundled it with MVVM Light directly. We could...
View ArticleNew Post: DialogService and NavigationService examples in simple WPF...
Hello All, I know everyone is busy with normal work and what not... I am looking for a great example/implementation of the DialogService and NavigationService in a plain ole WPF desktop application....
View ArticleNew Post: DialogService and NavigationService examples in simple WPF...
Hi, I just worked on a cool project in WPF and implemented a Nav and Dialog service. I will extract them and post as a sample. Take care Laurent
View ArticleCommented Issue: Deadlock with Register and Send [7581]
With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but...
View ArticleCommented Issue: Deadlock with Register and Send [7581]
With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but...
View ArticleCommented Issue: Deadlock with Register and Send [7581]
With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but...
View ArticleCreated Unassigned: Error when adding MvvmLightLibs nuget package to...
I would like to use MVVM Light in a Xamarin.Forms Portable project for Android, iOS, UWP and Windows Phone. I've a problem when installing the MvvmLightLibs Nuget package, it fails with error on...
View ArticleNew Post: Mvvm light Tree view binding with entity framwork
Hello, can somebody explane or show simple example with treeview and entity framework? Why binding not worknig then press enter? What is the best way to show treeview onload? Sorry for big code sample:...
View ArticleNew Post: DialogService and NavigationService examples in simple WPF...
Hi Laurent, I too am trying to find a decent example of this. I have followed the Pluralsight course but that seems to be geared towards Windows Phone. Any Luck with extracting the sample? Regards, Max
View ArticleNew Post: DialogService and NavigationService examples in simple WPF...
Hi! Yes!! In fact I just finished extracting the nav and dialog service from a WPF app I worked on recently. I want to write an article about that but in advance, here is the...
View ArticleNew Post: DialogService in WPF apps?
Hi,. Please see the sample below. Note that this is just a proposed implementation, there are many ways one could do dialogs or navigation in WPF.https://1drv.ms/u/s!As15SQCXjw37p7IeUvd8zgVRn9frTA Hope...
View ArticleNew Post: We could really use an example of navigation for WPF apps, please
Hi, Please see the following sample while I work on a post about it.https://1drv.ms/u/s!As15SQCXjw37p7IeUvd8zgVRn9frTA Note that this is just a proposed implementation, there are many ways how one...
View ArticleNew Post: DialogService in WPF apps?
Sending parameters to custom dialogs can be made hugely easier if we have just one more parameter in IDialogService.ShowMessage() call. Instead of:Task<bool> ShowMessage(string message, string...
View ArticleCommented Issue: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleNew Post: DialogService in WPF apps?
Hi, That's a valid suggestion. I will add this to the backlog. Laurent
View ArticleCommented Issue: Closures not working with RelayCommand [7721]
I'm using `RelayCommand` with a WPF project (.NET 4.6.1), and if the provided action contains local variables (closures), the command fails silently (the action is not executed and no exception is...
View ArticleCommented Issue: Messenger message dispatch does not work for lambdas with...
Since Messenger uses weak reference to a target, message dispatch does not work if I use lambda with closure. This works:```void Register(SomeClass obj){...
View ArticleCommented Issue: Messenger message dispatch does not work for lambdas with...
Since Messenger uses weak reference to a target, message dispatch does not work if I use lambda with closure. This works:```void Register(SomeClass obj){...
View ArticleNew Post: Best way to display grid with entity framework
Hello, I use mvvm light with entity framework. What is the best way to hide some columns in grid? Create new class with needed columns and fill it in Viewmodel?
View Article