Modify

Opened 10 years ago

Closed 6 years ago

Last modified 5 years ago

#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:2 by anonymous, 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 J-Paul Mesnage, 6 years ago

Milestone: 3.3.15.4
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [12360] in version: 3.3.15.4

comment:4 by J-Paul Mesnage, 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.

Last edited 5 years ago by J-Paul Mesnage (previous) (diff)

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.