hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

ContextMenu not showing after sleep, RDC connection or resolution change #40

Closed milos12345 closed 3 years ago

milos12345 commented 3 years ago

Context menu on tray icon would be working as expected, and would stop showing after some of these events:

Lakritzator commented 3 years ago

Did you try this with version 1.1? The release notes are here: https://github.com/hardcodet/wpf-notifyicon/milestone/1 Please let us know if that version solves the issues you are having, the part with remote desktop is also a bit hard for me to test.

milos12345 commented 3 years ago

I am sorry, I thought I have closed this one. It turned out to be a different library responsible and for some reason a style of the context menu was causing this, and the only place I used it was on notifyicon. So this works. Thanks

Lakritzator commented 3 years ago

Thanks for the feedback!