FluentWPF icon indicating copy to clipboard operation
FluentWPF copied to clipboard

Transparency not working on Windows 7 (0.9.0)

Open bg117 opened this issue 3 years ago • 3 comments

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 avatar May 11 '21 08:05 bg117

Another screenshot from my Windows 7 VM: image

bg117 avatar May 11 '21 09:05 bg117

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

Here: image

bg117 avatar May 11 '21 09:05 bg117

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..

fhnb16 avatar Jun 29 '21 20:06 fhnb16