Edited Issue: iOS MvvmLight Storyboard not found [7685]
A strange error after I was adding and deleting ViewControllers in my Storyboard.The changes I made was to remove the UINavigationController from the storyboard and create it in code in the AppDelegate...
View ArticleEdited Issue: MVVMLight WPF template for App.xaml causing Blend 2013 to...
I've come across a problem with the default template used for the App.xaml when adding MVVM Light to an existing/new project via NuGet.The problem occurs in Blend when you try and create a new...
View ArticleEdited Issue: await warnings in fresh install/new project 8.1 [7630]
I am having the same issue as another at the post of: [Warnings when compiling a new MVVM Light Win81 project](https://mvvmlight.codeplex.com/discussions/498049) where I am getting several warnings...
View ArticleEdited Issue: Issues in WPF Templates for .NET 4.5 [7620]
I just installed the latest download package on Visual Studio 2012 Ultimate. I tried to use 'EventToCommand' class in a WPF 4.5 project (created from a template installed by your framework) and I kept...
View ArticleEdited Issue: Messenger Bug when Assinging a Lambda Expression with a...
HiI've a simple message which I sent with the Messenger .Now Depending on the registration for this message I got a exception (s. below)The following code works```...
View ArticleSource code checked in, #b5623b644fbc
Issue 7537: The command is not invoked when the associated element is disabled
View ArticleSource code checked in, #f51aaef4adfd
Issue 7687: Xamarin Native Android Navigation issue
View ArticleSource code checked in, #faa423d30b3a
Discussion 586702: IDialogService ShowMessage Action<bool> afterHideCallback return true on click of back button (Android and WPA81)
View ArticleNew Post: IDialogService ShowMessage Action afterHideCallback return true on...
Fixed this for WPA81, WIN81 and Android. Code is in Codeplex, and the fix will be part of the next release to Nuget (V5.2) on which I am currently working.
View ArticleCommented Issue: The command is not invoked when the associated element is...
With the EventToCommand class, the command is not invoked when the associated element is disabled. Most of the time, it is a correct behaviour but sometimes, we would like to still invoke the command.I...
View ArticleEdited Issue: The command is not invoked when the associated element is...
With the EventToCommand class, the command is not invoked when the associated element is disabled. Most of the time, it is a correct behaviour but sometimes, we would like to still invoke the command.I...
View ArticleCommented Issue: Xamarin Native Android Navigation issue [7687]
Hi,I am using a third party component in Xamarin for authentication and this component is launching an activity. When back from the authentication I am trying to navigate to new activity and I am...
View ArticleEdited Issue: Xamarin Native Android Navigation issue [7687]
Hi,I am using a third party component in Xamarin for authentication and this component is launching an activity. When back from the authentication I am trying to navigate to new activity and I am...
View ArticleSource code checked in, #1098f9c8099b
Issue 7680: MVVMLight WPF template for App.xaml causing Blend 2013 to crash.
View ArticleCommented Issue: MVVMLight WPF template for App.xaml causing Blend 2013 to...
I've come across a problem with the default template used for the App.xaml when adding MVVM Light to an existing/new project via NuGet.The problem occurs in Blend when you try and create a new...
View ArticleEdited Issue: MVVMLight WPF template for App.xaml causing Blend 2013 to...
I've come across a problem with the default template used for the App.xaml when adding MVVM Light to an existing/new project via NuGet.The problem occurs in Blend when you try and create a new...
View ArticleSource code checked in, #838fa495c7da
New snippet: mvvmFormsBindableProp, defines a BindableProperty for Xamarin.Forms
View ArticleSource code checked in, #d94d46327770
Removed the check for CanExecute in RelayCommand snippets (not necessary since it is already taken care of in the command itself)
View Article