Modify ↓
Opened 18 years ago
Closed 18 years ago
#177 closed Bug (Fixed)
PixelGetColor third param not accepted (AutoIt error)
| Reported by: | 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 , 18 years ago
comment:2 by , 18 years ago
| Milestone: | → 3.2.11.4 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.2.11.4
Note:
See TracTickets
for help on using tickets.

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