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

Notification on windows primary screen not showing on DPI change #73

Open
premingiet opened this issue Sep 13, 2018 · 2 comments
Open

Comments

@premingiet
Copy link

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
Copy link
Author

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

@rafallopatka
Copy link
Owner

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 rafallopatka added this to To do in ToastNotifications v2 via automation Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants