Jerry Nixon

Results 110 comments of Jerry Nixon

I wonder if a fluent API would be useful here.

Perhaps we come up with a way of setting this as optional.

I believe the smartest thing you can do is to wait to set the Window.Content. That being said, extended splash screen hasn't been on my radar. Thanks for the tip....

This works flawlessly. ````csharp public override async Task OnStartAsync(IStartArgs args) { if (args.StartKind == StartKinds.Launch) { ShowExtendedSplashScreen(); PreloadData(); await NavigateToStart(); } else { Debugger.Break(); } void ShowExtendedSplashScreen() { if (args.Arguments...

One thing to consider is that I would like to break this out to its own Nuget package. I also think it might make sense to consider how (if) we...

I think we could overload things and do just that.

I don't know what's the right thing to do. I have been working with StorageFiles for so long now that it doesn't even seem like they need a helper anymore....

Thank you for saying that. I agree.

Assuming you are using version 2.0.1? I think you will need to show me a little more code. That said, let me ask this though: Are you implementing the interfaces?...