Quantcast
Channel: MVVM Light Toolkit
Browsing all 1826 articles
Browse latest View live
↧

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 Article


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 Article


Commented 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

Commented 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

New 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 Article


New 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 Article

New 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 Article

New Post: WeakAction class not creating weak reference with target in...

Hi Laurent, Thanks for the quick reply. It solved my problem. Cheers, Gurpreet

View Article


Image may be NSFW.
Clik here to view.

New Post: Typeloadexception

I mean, I get this:

View Article


New Post: Xamarin binding and converters

Any plans to add converters support? I guess I could add it, interested?

View Article

New Post: Xamarin binding and multivalues

Any plans to add multivalue binding?

View Article

New 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 Article

New 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 Article


New 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 Article

Created 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 Article


Commented 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 Article

Commented 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 Article


Commented 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 Article

Commented 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 Article

Created 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
Browsing all 1826 articles
Browse latest View live