MetroWindow fails to display on some machines
See original GitHub issueDescribe the bug
On some machines, the <MetroWindow />
will not be rendered normally. You will only see one glow border, and the content in the middle will be transparent (but mouse clicks are not allowed).
To Reproduce
The problem was on the user’s machine and I couldn’t reproduce it myself. The demo exe I use is just a new wpf project, then change the <Window />
to <MetroWindow />
on the MainWindow.xaml
file, and add related resources in App.xaml
.
Prior to the introduction of <MetroWindow />
, original wpf windows worked fine on the user’s mechine.
I have no clue on this issue. Can you provide some ideas?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Automatically hidden taskbar doesn't show up over ...
Describe the bug When the taskbar is set to hide automatically, it doesn't show up over a maximized MetroWindow.
Read more >c# - Mahapp ShowMessageAsync MvvM
Accented; // set the theme await MetroWindow.ShowMessageAsync("Title", "Message");. You need to use : using MahApps.Metro ...
Read more >Window Activation Headaches in WPF - Rick Strahl's Web Log
Ran into a problem with properly activating a WPF when launching from Explorer and indirectly trying to activate an already running instance ...
Read more >MetroWindow
The MetroWindow is the main entry point of MahApps and replaces the normal Window to get the MahApps styles and themes to be...
Read more >Windows 10 Metro Apps Close Immediately - modern ui
Finally got the apps working by installing the latest Display Link drivers (7.9M3) ... Mine break like every restart for some reason.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DingpingZhang This is maybe fixed in current source. You can try to use the latest pre-release (also available on NuGet).
I’m closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on for so long, then it seems no one has the time to implement this.
Please reopen if you still encounter this issue with the latest stable version and then please use the issue template.
If you have enough time then it would be nice to test this issue against the latest alpha version (availabe via NuGet and appveyor).
Thank you! 🙏