New Post: Converter in Xamarin.Android and Xamarin.iOS
Hi, The IValueConverter interface might cause you issues as it doesn't seem to be available on Xamarin. That said, if you have conversion logic, you can leverage it using the...
View ArticleCreated Unassigned: NavigationService.GoBack does not update CurrentPageKey...
If I call MVVM Light's NavigationService.GoBack(), the app correctly goes back to the previous page on the stack.However, the NavigationService.GoBack() implementation for Universal Apps (Win 8.1 / WP...
View ArticleCommented Unassigned: NavigationService.GoBack does not update CurrentPageKey...
If I call MVVM Light's NavigationService.GoBack(), the app correctly goes back to the previous page on the stack.However, the NavigationService.GoBack() implementation for Universal Apps (Win 8.1 / WP...
View ArticleEdited Issue: NavigationService.GoBack does not update CurrentPageKey...
If I call MVVM Light's NavigationService.GoBack(), the app correctly goes back to the previous page on the stack.However, the NavigationService.GoBack() implementation for Universal Apps (Win 8.1 / WP...
View ArticleNew Post: Converter in Xamarin.Android and Xamarin.iOS
Hi, Thank you, I'll look at your solution. Cheers, Mohamed
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Hi...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Having the...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Hi, I...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Guys, I...
View ArticleSource code checked in, #bfe675feb216
Some cleanup in documentation. Fixed issue 7659: Relay Command CanExecute() not working in WPF. Making V5.0.2.
View ArticleUpdated Release: MVVM Light V5.0.2 (Oct 20, 2014)
Fixing a few bugs and issues.See http://www.mvvmlight.net/installing/changes
View ArticleReleased: MVVM Light V5.0.2 (Oct 20, 2014)
Fixing a few bugs and issues. See http://www.mvvmlight.net/installing/changes
View ArticleUpdated Release: MVVM Light V5.0.2 (Oct 20, 2014)
Fixing a few bugs and issues.See http://www.mvvmlight.net/installing/changes
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: I too ran...
View ArticleCommented Issue: Relay Command CanExecute() not working in WPF [7659]
After updating to version 5 the CanExecute() stopped working correctly. It validates the first time, like when the window is open, but it won't make any more validations after that.Comments: Hi, To be...
View ArticleCommented Issue: Enhancement Request: Make ObservableObject and ViewModelBase...
I guess I could use http://whydoidoit.com/silverlight-serializer/ but it would be nice to be able to use DataContractSerializer etc.Comments: Hi Laurent, I'm obviously missing something? Just because...
View ArticleCreated Unassigned: RaisePropertyChanging gone in V.5 ?! [7662]
Seems like RaisePropertyChanging was removed from the ViewModelBase? I've upgarded from 4.2, and besides the buttons isssue, i'm also having the following:public class MyBase_ViewModel : ViewModelBase{...
View Article