#3211 closed Bug (Fixed)
PixelCheckSum not honouring hwnd parameter
Reported by: | Melba23 | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | AutoIt |
Version: | 3.3.14.2 | Severity: | None |
Keywords: | Cc: |
Description
No matter what is set in the hwnd parameter, PixelCheckSum seems to sum the desktop pixels.
Related thread:
https://www.autoitscript.com/forum/topic/180763-window-handles-to-pixelchecksum/#comment-1298100
Attachments (0)
Change History (4)
comment:1 Changed 9 years ago by anonymous
comment:2 Changed 5 years ago by anonymous
Is this resolved or is there a workaround?
I'm using PixelChecksum and can't get any permutation of the hwnd to work.
I've tried step 0,1,2 to no avail.
I CAN use that same handle to process _ScreenCapture_CaptureWnd() and IsHWnd().
TIA!
comment:3 Changed 4 years ago by Jpm
- Milestone set to 3.3.15.4
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [12360] in version: 3.3.15.4
comment:4 Changed 4 years ago by Jpm
The fix concern only the doc
As the PixelCoordMode is set by default to SCREEN(1) mode the hwnd has NO EFFECT. PixelCoordMode must be set to WINDOWS(0) or CLIENT(2) as needed.
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.
HWND used only if "PixelCoordMode" 0 or 2.