Commented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleCommented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleCommented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleCommented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleEdited Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleCommented Issue: 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 :...
View ArticleCommented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleCommented Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleClosed Issue: Bug in RelayCommand? [7664]
We're using a RelayCommand<T> with both an execute and canExecute delegate in our view model. In XAML, we bind Button.Command to the command and Button.CommandParameter to the selected item of...
View ArticleNew Post: adding extmap.xml files to SL5 build
Hi, Can you please add the .extmap.xml for the Silverlight build/nuget package? This will enable XAP Assembly Caching<?xml version="1.0"?> <manifest...
View ArticleCreated Unassigned: commands not refreshing the ui [7665]
hi,i would like to suggest you to look a this issue linked to the usage of mvvm lighthttps://fluent.codeplex.com/workitem/22520Please that a look at it
View ArticleNew Post: CanExecute Method still can not work in WPF with latest MvvmLight...
CanExecute Method still can not work in WPF with latest MvvmLight version on Nuget
View ArticleNew Post: CanExecute Method still can not work in WPF with latest MvvmLight...
Finally, I realized that there's a new public method from RelayCommand Called RaiseCanExecuteChanged(). With this method, I am able to notify UI to update by invoke CanExecute(). Problem solved.
View ArticleCreated Unassigned: no use of System.Runtime.CompilerServices? [7666]
I added: protected override void RaisePropertyChanged([CallerMemberName] string propertyName = ""){ base.RaisePropertyChanged(propertyName);}to my first MVVM Light project.
View ArticleCommented Unassigned: no use of System.Runtime.CompilerServices? [7666]
I added: protected override void RaisePropertyChanged([CallerMemberName] string propertyName = ""){ base.RaisePropertyChanged(propertyName);}to my first MVVM Light project.Comments: Hi, Can you...
View ArticleCommented Unassigned: commands not refreshing the ui [7665]
hi,i would like to suggest you to look a this issue linked to the usage of mvvm lighthttps://fluent.codeplex.com/workitem/22520Please that a look at itComments: Hi, Did you see the release notes for...
View ArticleNew Comment on "Documentation"
@Familyghost - great suggestion. The beauty about community projects is if you see a missing gap, you can contribute.
View ArticleCommented Unassigned: commands not refreshing the ui [7665]
hi,i would like to suggest you to look a this issue linked to the usage of mvvm lighthttps://fluent.codeplex.com/workitem/22520Please that a look at itComments: Hi laurent, désolé pour la boulette :-)...
View ArticleNew Post: Advice on choosing viewmodel communcation in a Master-Details...
Hi laurent, Tres bien on this library. I'm new to this toolkit and i am contemplating using it for a project. The question is in regards to when to use Messenger vs. NavigationService. Currently, i...
View ArticleCreated Unassigned: RaisePropertyChanged issue [7667]
Bonjour,lorsque je bind une valeur sur une de mes datagrid (de syncfusion), j'obtiens une erreur sur la fonction RaisePropertyChanged et cela empêche l'ouverture de ma Vue. L'erreur indique une erreur...
View Article