Commented Issue: Bindings not working in iOS [7688]
Hi,I have a very simple set of bindings in an iOS Controller, and I can't figure out why some are working and some aren't.in my viewmodel, I have the following properties:```public...
View ArticleCommented Issue: Bindings not working in iOS [7688]
Hi,I have a very simple set of bindings in an iOS Controller, and I can't figure out why some are working and some aren't.in my viewmodel, I have the following properties:```public...
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 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 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: EventToCommand Non-determinisitically disables controls [7549]
Lets says I have two instances of EventToCommand on a control, each with their own command. Sometimes CommandA fires it's CanExecuteChanged and disables the control. Then CommandB fires it's...
View ArticleCommented Issue: EventToCommand Non-determinisitically disables controls [7549]
Lets says I have two instances of EventToCommand on a control, each with their own command. Sometimes CommandA fires it's CanExecuteChanged and disables the control. Then CommandB fires it's...
View ArticleClosed Issue: EventToCommand Non-determinisitically disables controls [7549]
Lets says I have two instances of EventToCommand on a control, each with their own command. Sometimes CommandA fires it's CanExecuteChanged and disables the control. Then CommandB fires it's...
View ArticleEdited Issue: EventToCommand Non-determinisitically disables controls [7549]
Lets says I have two instances of EventToCommand on a control, each with their own command. Sometimes CommandA fires it's CanExecuteChanged and disables the control. Then CommandB fires it's...
View ArticleEdited Issue: package installation error msg in v5.0.2 and framework 4 [7672]
Hi,After succesful install of v5.0.2 on vs2012, if creating a wpf4 project the following error appears:Package installation errorCould not add all required packages to project.The following package...
View ArticleCommented Issue: package installation error msg in v5.0.2 and framework 4 [7672]
Hi,After succesful install of v5.0.2 on vs2012, if creating a wpf4 project the following error appears:Package installation errorCould not add all required packages to project.The following package...
View ArticleClosed Issue: package installation error msg in v5.0.2 and framework 4 [7672]
Hi,After succesful install of v5.0.2 on vs2012, if creating a wpf4 project the following error appears:Package installation errorCould not add all required packages to project.The following package...
View ArticleEdited Issue: package installation error msg in v5.0.2 and framework 4 [7672]
Hi,After succesful install of v5.0.2 on vs2012, if creating a wpf4 project the following error appears:Package installation errorCould not add all required packages to project.The following package...
View ArticleEdited Unassigned: conflict between dll's [7677]
Hi,I had been using 4.4.32.1 of mvvmlight, and recently updated to the latest version 5.0.2 using the package manager. it seem to install ok, but when I went to build the project I was receiving a...
View ArticleCommented Unassigned: conflict between dll's [7677]
Hi,I had been using 4.4.32.1 of mvvmlight, and recently updated to the latest version 5.0.2 using the package manager. it seem to install ok, but when I went to build the project I was receiving a...
View ArticleEdited Issue: conflict between dll's [7677]
Hi,I had been using 4.4.32.1 of mvvmlight, and recently updated to the latest version 5.0.2 using the package manager. it seem to install ok, but when I went to build the project I was receiving a...
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 ArticleEdited Issue: RelayCommand fails if delegate contains a non-constant method...
I've come across what I think is a bug in RelayCommand (at least for WPF 4.0):* If you attempt to construct a RelayCommand with a lambda expression composed entirely of compile-time constants, e.g.,...
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 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 Article