Commented 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: "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 ArticleCommented 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 ArticleNew Post: Typeloadexception
Anyone experienced problems using mvvmlight at design time in a winrt universal app? In windows 8.1 application everytime i try to poulate data in design time (using if IsInDesignMode in the viewmodel)...
View ArticleNew Post: WeakAction class not creating weak reference with target in...
Hi, I am using Assembly GalaSoft.MvvmLight.dll, Version v5.0.2.32242 Created a demo application for Mediator pattern, but WeakAction class using strong reference instead of weak reference, Which leads...
View ArticleNew Post: WeakAction class not creating weak reference with target in...
Hi, Silverlight's security model is more restrictive, so in Silverlight, if your method is private or internal, the WeakAction has to fall back to a strong reference instead of a weak one. It is...
View ArticleNew Post: WeakAction class not creating weak reference with target in...
Hi Laurent, Thanks for the quick reply. It solved my problem. Cheers, Gurpreet
View ArticleNew Post: Xamarin binding and converters
Any plans to add converters support? I guess I could add it, interested?
View ArticleNew Post: MvvmLight Messenger for Android Platform
Is there any risk of Memory Leak when Mvvmlight Messenger (android platform) is used for notification between short lived ViewModels (ViewModels that doesn't appear in ViewModel Locator) without...
View ArticleNew Post: Remove back entry in navigationservice in the mvvm last version
Hi, I need to reome the back entry in the la last mvvm light version using the INavigationService but in the interface I can implement only the methods GoBack and NavigateTo. How I can solve this...
View ArticleNew Post: Remove back entry in navigationservice in the mvvm last version
Hi, You are right, this feature is not available at the moment. I would recommend declaring your own interface (which may or may not derive from INavigationService, as you wish) and implement the...
View ArticleCreated Unassigned: Navigation on Activate [7686]
I have a page where I check if the user is logged or not in the `Activate` method, and if there is a session, I navigate to some other page, something like this:```public void Activate(object...
View ArticleCommented Unassigned: Navigation on Activate [7686]
I have a page where I check if the user is logged or not in the `Activate` method, and if there is a session, I navigate to some other page, something like this:```public void Activate(object...
View ArticleCommented Unassigned: Navigation on Activate [7686]
I have a page where I check if the user is logged or not in the `Activate` method, and if there is a session, I navigate to some other page, something like this:```public void Activate(object...
View ArticleCommented Unassigned: Navigation on Activate [7686]
I have a page where I check if the user is logged or not in the `Activate` method, and if there is a session, I navigate to some other page, something like this:```public void Activate(object...
View ArticleCommented Unassigned: Navigation on Activate [7686]
I have a page where I check if the user is logged or not in the `Activate` method, and if there is a session, I navigate to some other page, something like this:```public void Activate(object...
View ArticleCreated Unassigned: 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 Article