Modify

Opened 18 years ago

Closed 18 years ago

#177 closed Bug (Fixed)

PixelGetColor third param not accepted (AutoIt error)

Reported by: Saunders <admin@…> Owned by: J-Paul Mesnage
Milestone: 3.2.11.4 Component: AutoIt
Version: 3.2.11.2 Severity:
Keywords: pixelgetcolor Cc:

Description

Perhaps the modification was not included when the latest beta was compiled because I get an AutoIt error whenever I try to use the new third parameter in the PixelGetColor function.

ConsoleWrite(@AutoItVersion & @CRLF)
$hWnd = WinGetHandle('')
If @error Then Exit
PixelGetColor(100, 100, $hWnd)

Console output:

3.2.11.2
C:\Documents and Settings\Rob\Local Settings\Temp\tmp.au3 (5) : ==> Incorrect number of parameters in function call.:
PixelGetColor(100, 100, $hWnd)
^ ERROR

Attachments (0)

Change History (2)

comment:1 by Saunders <admin@…>, 18 years ago

Er, forgot to mention the other Pixel* functions are throwing the same error whenever I try to use their hwnd parameters too.

comment:2 by J-Paul Mesnage, 18 years ago

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

Fixed in version: 3.2.11.4

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.