Modify ↓
Opened 17 years ago
Closed 17 years ago
#177 closed Bug (Fixed)
PixelGetColor third param not accepted (AutoIt error)
Reported by: | Saunders <admin@…> | Owned by: | Jpm |
---|---|---|---|
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 Changed 17 years ago by Saunders <admin@…>
comment:2 Changed 17 years ago by Jpm
- Milestone set to 3.2.11.4
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.2.11.4
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.
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.