Opened 7 years ago
Closed 7 years ago
#3583 closed Bug (No Bug)
AutoIT Window Info (64) produces incorrect position numbers
Reported by: | rjdegraff@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | window position | Cc: |
Description
I am currently running AutoIt (64) version 3.3.14.2 on an up-to-date Windows 10 Home laptop (Dell Inspiron 5759).
Run AutoIT Window Info (64).
Open any application window
Move it until AutoIT Window Info shows an X value for Position of 0.
The window will actually be 7-8 pixels to the right of 0.
Now maximize the application window.
Position will be displayed as -7,-7
When a window is maximized, the upper left corner should have Position 0,0
Note that using WinMove and giving the coordinates 0,0 will also incorrectly position the window.
Attachments (0)
Change History (1)
comment:1 Changed 7 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
In Fact that the way Windows Works when Windows are maximized
https://blogs.msdn.microsoft.com/oldnewthing/20120326-00/?p=8003