JennMaughan Posted January 28, 2017 Posted January 28, 2017 Recently got my expensive laptop back from the manufacturer from repairs and noticed discrepancies in the Autoit Window Info program between my two computers. I usually use the Window Info to help program scripts that I use for teaching Geometry. I noticed that the magnify on my cheap computer works perfectly, but on my newly returned computer it seems the magnify area is displaying down one inch from where the crosshairs actually are. Why would this be? I checked settings in window info program on both computers, and they are the same. Confuzzled. Jenn
Moderators Melba23 Posted January 28, 2017 Moderators Posted January 28, 2017 JennMaughan, Almost certainly the returned machine has had it DPI settings changed. AutoIt and its tools are not DPI aware and so the coordinates are slightly off when the setting is not 100%. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
JennMaughan Posted January 28, 2017 Author Posted January 28, 2017 (edited) Is it possible it is because it is a high resolution monitor? What dpi is it use to using? Edited January 28, 2017 by JennMaughan
Moderators Melba23 Posted January 28, 2017 Moderators Posted January 28, 2017 JennMaughan, Indeed. I think you will find that the DPI is set to 125% - that seems to be the norm for hi-res monitors these days. Your older machine is probably set to 100%. There are a several threads about this on the forum. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now