ToastNotifications icon indicating copy to clipboard operation
ToastNotifications copied to clipboard

Notification on windows primary screen not showing on DPI change

Open premingiet opened this issue 7 years ago • 2 comments

Library version

Expected behaviour

Actual behaviour

Steps to reproduce behaviour

Code to reproduce behaviour

Questions

As you know nowdays laptops come with high resolution screen and its DPI is set to 150%. So this Toast notification doesn't work if we change DPI in monitor. Only works when DPI is at 100%. May be this needs to be made as "Per Monitor DPI aware notifier". By the way, i am showing notification on primary monitor screen and not inside app.

premingiet avatar Sep 13 '18 06:09 premingiet

I mean i am showing notification on bottom right corner with offset X and Y both as 10. for top corner it is working fine in all DPI

premingiet avatar Sep 13 '18 06:09 premingiet

Hi,

Thank you for reporting this issue. I will try to reproduce that. About "Per monitor DPI" after reading this (https://github.com/Microsoft/WPF-Samples/blob/master/PerMonitorDPI/Developer%20Guide%20-%20Per%20Monitor%20DPI%20-%20WPF%20Preview.docx) most of the work lies on the application side, I will try to check it on sample application.

rafallopatka avatar Sep 26 '18 04:09 rafallopatka