#3211 closed Bug (Fixed)
PixelCheckSum not honouring hwnd parameter
| Reported by: | Melba23 | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 10 years ago
comment:2 by , 6 years ago
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 by , 6 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12360] in version: 3.3.15.4
comment:4 by , 5 years ago
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.

HWND used only if "PixelCoordMode" 0 or 2.