-
Notifications
You must be signed in to change notification settings - Fork 32
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
Two screens with different DPI settings. #9
Comments
What a lack of recognition on my part! |
@thepragmatic15 thanks for the kind words! I am aware of the DPI issue, and if I remember correctly then it should be solvable by adding What it doesn't solve is the coordinate problems everywhere else: using |
@thepragmatic15 the issue appears to be fixed in recent Chromium builds, are you able to confirm? I tested with latest Chrome and Edge in Windows 10 and elements were highlighted correctly. This was not the case for all Chromium apps such as Discord, but I figure the app creators just need time to update the Chromium engines. |
Is it possible to force UIAViewer to adapt to screens that are not set to the same settings (DPI)?
My laptop screen is usually set to 125% (DPI), while my 2nd screen is set to 100%.
For UIAViewer to work correctly on both screens (switching from one screen to another),
I have to set both screens to either (100% or 125% DPI).
If not, UIA Viewer will not be able to correctly find the items I want to find.
The blue selection square will not correspond to the coordinates sought.
The text was updated successfully, but these errors were encountered: