ADeltaX
ADeltaX
Thank you. So ModernWpf is the culprit here (tries to apply theme color via OnRequestedThemeChanged on a different thread). Our fault or library issue? @Samuel12321 @Cyberdroid1
It's a bug indeed. I hope I find time in these days to find what causes this crash internally albeit I may have an idea.
Unfortunately it doesn't work because that entry point on ordinal 105 will always return "0" without doing anything. (address pointed to DwmpEnableDDASupport(), ordinal 143) Btw thank you, there is another...
Thanks, I'll check as soon as possible.
After quite some tests, it seems that Windows 10 does not permit callbacks: UWP -> NPSM is ok NPSM -> UWP is not One thing I wasn't able to repro...
Currently nope as, unfortunately, WPF doesn't support arm32/arm64, so I can't do much here. But a new version is coming soon in July/August and it will use xaml islands instead...
> And what about the brightness and airplane mode flyouts? For brightness I can listen to "brightness" changes. I don't have a flyout here for airplane mode, but I can...
> How did you manage to listen to brightness and airplane mode changes? shellhook
Now that I have a device that supports brightness and airplane mode I can repro it. I'll keep this issue open until I find a workaround/fix.
I can somehow hook the brightness keys (listen to brightness changes). Unfortunately I haven't found a way to distinguish between "Audio UI" and "Brightness UI". So either I have to...