Morten Nielsen

Results 336 comments of Morten Nielsen

> And, of course, this should build on top of WebView2! I disagree. I'd rather we use the user's default browser to log in, then use protocol activation to come...

Clever trick with the temporary http server. Very clever actually. There are some challenges though with available ports, and what ports you get to configure in the oauth redirect configuration

Until the WinAppSDK adds this, I've added this ability to WinUIEx v1.4. It's nothing more than a simple one-line call. See https://dotmorten.github.io/WinUIEx/concepts/WebAuthenticator.html

> it also modifies app state unexpectedly Note: This only happens if the user didn't already set that state. Personally I'd like to see something that's a combo of a...

There is an (ugly) workaround though. In your Window sub class add this: ```cs /// /// Gets or sets the window title. /// public new string Title { get =>...

I had started writing [WinUIEx](https://github.com/dotMorten/WinUIEx) as a temporary stop-gap to the lack of Windowing APIs, but hadn't bothered completely finishing it up or publishing a nuget, because I naturally assumed...

Just tried with the latest `v1.1.0-preview1` and still doesn't work. And to make matters worse, the error message is extremely unhelpful with no indication about what property or where: >...

@soobakjonmat I agree this is annoying. But it is by no means a showstopper like many other issues. You can still set it in code behind or use something like...

Personally if I wanted rounded corners, I'd put corner radius inside my item template. I do however see the issue with the selection box then not matching it. I'd be...

@azchohfi Did you ever manage to work around this? I'm hitting the same issue with the WPF Xaml Behaviors project as well. Initialize/Cleanup fails