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

New window opens without content #49

Closed
Armin2208 opened this issue May 25, 2019 · 3 comments
Closed

New window opens without content #49

Armin2208 opened this issue May 25, 2019 · 3 comments

Comments

@Armin2208
Copy link

Armin2208 commented May 25, 2019

image

Version: Windows 10 1903
UI appears after pressing Windows + Shift + S and leaving it.

Code:
DesktopBGui BGui = new DesktopBGui
{
Owner = GetWindow(this)
};
BGui.ShowDialog();

Opens just fine while running in visual studio debugging. But in the compiled release version outside of Visual Studio this happens.

@sourcechord
Copy link
Owner

Hi, @Armin2208.

Thanks for the feedback.
FluentWPF uses undocumented Win32API(SetWindowCompositionAttribute method).
This issue arises from the same causes as #42

SetWindowCompositionAttribute behavior is broken in Windows10 1903, so that I'm trying to avoid this behavior and support Windows10 1903.

Please wait for a while.

@sourcechord sourcechord pinned this issue May 26, 2019
sourcechord added a commit that referenced this issue May 31, 2019
* Use ACCENT_ENABLE_BLURBEHIND in Windows10 1903 environment
@sourcechord
Copy link
Owner

Hi, @Armin2208.
I fixed this issue, and released as FluentWPF 0.7.0.
Please, try it.

@Armin2208
Copy link
Author

Problem is again present in Build 18363.418(+) - 1909.

shemanaev added a commit to shemanaev/RepoZ that referenced this issue Jan 31, 2020
awaescher pushed a commit to awaescher/RepoZ that referenced this issue Feb 1, 2020
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