Updated Wiki: Documentation
DocumentationGetting Started IntroductionObtain and Build the CodeNugetCheat SheetSoup to Nuts Basic Configuration, Actions and ConventionsCustomizing The BootstrapperAll About ActionsWorking with...
View ArticleUpdated Wiki: Async (Task) Support
Async (Task) Support Article forthcoming...NOTE: Task's are not supported on SL4 and WP71.
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Feature: Make Portable Libraries [259]
For v2 we need to refactor to portable libraries.Comments: [Rx (Reactive Extensions)](https://rx.codeplex.com/) are a great example of how to deal with different platforms :-) I think we have to...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: DefaultCloseStrategy.Execute throws NullReferenceException...
DefaultCloseStrategy chokes up, when I use coroutines in CanClose method of ViewModel (using Screen as base) and throws NullReferenceException:```public override void CanClose(Action<bool>...
View ArticleCommented Issue: INavigationService not configured [302]
It seems that when using DisplayRootViewFor<T>(), the RegisterNavigationService (on PrepareViewFirst) method is not called and you end up with null passed in for the INavigationService. This...
View ArticleCommented Unassigned: Hyperlinkbutton convention not working inside a ListBox...
Hi,I'm trying to make the most of conventions in WP8. Specifically I wanted to use that of Hyperlinkbutton. It perfectly works when I use it inside a container like a Grid:```<Grid...
View ArticleCreated Unassigned: DeterminePackUriForType doesn't return correct URI if...
I have two projects in my solution. One is for WP71 and one is for WP80.In the WP71 project properties I have:- Assembly Name: MyApp.WP71- Default Namespace: MyApp.Phone.UIIn WP80 I have:- Assembly...
View ArticleEdited Unassigned: DeterminePackUriForType doesn't return correct URI if...
I have two projects in my solution. One is for WP71 and one is for WP80.In the WP71 project properties I have:- Assembly Name: MyApp.WP71- Default Namespace: MyApp.Phone.UIIn WP80 I have:- Assembly...
View ArticleCommented Unassigned: DeterminePackUriForType doesn't return correct URI if...
I have two projects in my solution. One is for WP71 and one is for WP80.In the WP71 project properties I have:- Assembly Name: MyApp.WP71- Default Namespace: MyApp.Phone.UIIn WP80 I have:- Assembly...
View ArticleClosed Unassigned: Hyperlinkbutton convention not working inside a ListBox [305]
Hi,I'm trying to make the most of conventions in WP8. Specifically I wanted to use that of Hyperlinkbutton. It perfectly works when I use it inside a container like a Grid:```<Grid...
View ArticleClosed Unassigned: DeterminePackUriForType doesn't return correct URI if...
I have two projects in my solution. One is for WP71 and one is for WP80.In the WP71 project properties I have:- Assembly Name: MyApp.WP71- Default Namespace: MyApp.Phone.UIIn WP80 I have:- Assembly...
View Article