Modify

Opened 8 years ago

Closed 4 years ago

Last modified 3 years ago

#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:2 Changed 4 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 3 years ago by Jpm

Thz 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.

Version 0, edited 3 years ago by Jpm (next)

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.