Closed Issue: Relay Command CanExecute() not working in WinRT for refence...
- create a generic command that receives some class - bind this command to XAML without value for CommandParameterIn previous version CommandParameter without value leads to null value in code. Now...
View ArticleClosed Issue: RelayCommand.CanExecute with null parameter returns false...
When I call CanExecute on a RelayCommand<T> with the parameter null, the behavior has changed going from 4.4.32 to 5.0.2. I have decompiled the assemblies and write the results below. It is clear...
View ArticleClosed Issue: Exception in IsInDesignModeNet() in WP8 app [7671]
Just a minor issue, when using the PCL version of MvvmLight 5.0.2.0 in WP8 app, the ViewModelBase.IsInDesignModeStatic getter throws inner ArgumentNullException. For people with OCD, that don't like...
View ArticleClosed Issue: MonoTouch10 vs. Xamarinios10 [7679]
We are attempting to use MVVM Light in a Xamarin.iOS project, and when installing the toolkit through NuGet the "GalaSoft.MvvmLight.Platform" DLL only downloads in Xamarin.iOS projects targeting the...
View ArticleClosed Issue: WhenSourceChanges calls callback multiple times on iOS [7682]
I have an iOS project on Xamarin and use bindings to storyboard labels and other controls.For example like this:// binding #1 _bindings.Add(this.SetBinding(() => this.ViewModel.MyProperty,...
View ArticleSource code checked in, #1295b5ea1aa1
Added ControllerBase constructor overloads (iOS). V5.1.1.
View ArticleSource code checked in, #b93adbecc295
Added tag V5.1.1_Nuget for changeset 1295b5ea1aa1
View ArticleCreated Unassigned: UI controls do not update after some time passed [7683]
The issue occours after ca. 2 minutes passed (about 1800 times updated). TextViews simply stop to update with no reason, even if accelerometer updates are still working. Our team is working on...
View ArticleNew Post: Messenging from DLL to WPF application
Messenger.Default.Send is not working asynchronously, right? So I expect that sqlCSBuilder.UserID = _userId will be executed after message is processed in MainWindow. But because it is not processed in...
View ArticleEdited Issue: "Property Not Found" on ViewModel public property [7684]
We are using Xamarin.iOS unified API and hitting this same issue:http://stackoverflow.com/questions/28210124/mvvmlight-and-xamarin-unified-api-property-not-foundHowever, we are trying to do a viewmodel...
View ArticleEdited Issue: UI controls do not update after some time passed [7683]
The issue occours after ca. 2 minutes passed (about 1800 times updated). TextViews simply stop to update with no reason, even if accelerometer updates are still working. Our team is working on...
View ArticleCreated Unassigned: 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 Unassigned: 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 Unassigned: 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 Unassigned: 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 Unassigned: 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 ArticleCommented Unassigned: 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: 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 ArticleCommented 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 ArticleCommented 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 Article