Balkoth
Balkoth
> Can you share either the output-log dump of `CredUIPromptForWindowsCredentials`, or enable first-chance exceptions to see what this API itself is returning? This is a Windows Platform API, not directly...
This is not fixed in 1.2! Running code like this ```cs // Wire up the activated event handler. keyInstance.Activated += async (sender, e) => { // When activated, activate the...
Is there a sample available for the Windows App SDK dispatcher queue? The link you posted puts a big question mark over my head...
I will try it tomorrow and report back.
Using the Windows App SDK dispatcher queue does also not work... ```cs // Wire up the activated event handler. keyInstance.Activated += async (sender, e) => { var taskCompletionSource = new...
Here is the sample project: [WindowActivateTest.zip](https://github.com/microsoft/microsoft-ui-xaml/files/10220167/WindowActivateTest.zip)
WTF are you talking about. Of course the event is called, if you put in the native call to SetForegroundWindow the window is activated an put to the foreground. Clearly...
So will this be reopened and investigated properly or do i have to create a new issue?
This is still an issue in Windows App SDK 1.3.2 (1.3.230602002)
Does the explorer team using WinUi3 also just work around bugs like this? I would get really mad if i was on that team and long-standing bugs like this are...