-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HandyControl Windows Issues in Windows 11 #969
Comments
@NaBian It has been more than 2 months since the release of the latest version. Since the release of the next version is imminent, it is best to resolve these issues before releasing |
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-snap-layout-menu |
@NaBian any idea? |
I don't have Window 11, i have no idea 😭 . |
😅 Be up to date |
I close this issue and we follow it in a new issue |
These are the problems that exist right now
AcrylicBlur is disabled in Windows 11
This does not matter because it is disabled in Windows itself. and ACCENT_ENABLE_ACRYLICBLURBEHIND automatically change to ACCENT_ENABLE_BLURBEHIND
None of the windows, Do not display accent colors (windows 11 GlowWindows features)
In Windows 11, by activating enable accent color on title bars and windows borders, All windows use the GlowWindows like feature. (red border around window)
![Untitled](https://user-images.githubusercontent.com/9213496/131079085-cd476b54-42af-4605-8838-6281dbf7b45f.png)
and this is handycontrol window/Blurwindow/GlowWindow Which does not support Windows 11 border accent color
![Untitled3](https://user-images.githubusercontent.com/9213496/131079836-4349fd69-6376-4b5d-99c5-48024fcbfe75.png)
This is what I think for GlowWindow:
The GlowWindows should work as before, except that it automatically detects the version of the operating system and if it was running on Windows 11. We need to check if enable accent color on title bars and windows borders is enabled, disable HandyControl GlowWindows and we should use windows 11 GlowWindows.
There should also be a boolean property called (ForceHcGlowWindowsInWin11) so that if the user needs to continue to use handyControl GlowWindows in windows 11
The text was updated successfully, but these errors were encountered: