Skip to content
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

Transparency not working on Windows 7 (0.9.0) #110

Open
bg117 opened this issue May 11, 2021 · 3 comments
Open

Transparency not working on Windows 7 (0.9.0) #110

bg117 opened this issue May 11, 2021 · 3 comments

Comments

@bg117
Copy link

bg117 commented May 11, 2021

I am using FluentWPF in my application. It works perfectly on Windows 10, but the Acrylic thing doesn't seem to work on Windows 7 (at least in my virtual machine).

Screenshots:
image
^ Windows 7. The grid has the Acrylic effect. The background is blue.

image
^ Windows 10 (host PC). Here Acrylic works fine.

@bg117
Copy link
Author

bg117 commented May 11, 2021

Another screenshot from my Windows 7 VM:
image

@bg117
Copy link
Author

bg117 commented May 11, 2021

Another thing, if AllowsTransparency is set to true, the window becomes transparent with no blur. With the window tint of course.

Here:
image

@fhnb16
Copy link

fhnb16 commented Jun 29, 2021

Windows 7 has huge difference in Aero Glass Api, i think you can try to do this effect by yourself:
https://www.programmersought.com/article/51054953175/
And don't forget to check OS: if (Environment.OSVersion.Version.Major >= 6){}
I love this system, but Windows 7 is depreciated and extended support ended more then year ago, so I don't think it makes a lot of sense to support all style features on this OS..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants