question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MetroWindow fails to display on some machines

See original GitHub issue

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

unnamed

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:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
punker76commented, Feb 22, 2020

@DingpingZhang This is maybe fixed in current source. You can try to use the latest pre-release (also available on NuGet).

0reactions
punker76commented, Apr 15, 2020

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! 🙏

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found