#855 closed Bug (No Bug)
PixelGetColor bug
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | PixelGetColor | Cc: |
Description
(((
While 1
If Not PixelGetColor(492,16) = 0xF7EFBD Then _Bot()
sleep(50)
Wend
Func _Bot ()
MsgBox (10, "lol", "lol")
EndFunc
)))
From _DebugBugReportEnv():
"Environment = 3.3.0.0 under WIN_VISTA X86"
This just doesn't work. Even though there i s no pixel of that color, no message box appears. Didn't work as exe in Windows XP either.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
follow-up: 3 comment:2 by , 17 years ago
Already asked, no one knows what's wrong.
Maybe you could help at this a little please?
comment:3 by , 17 years ago
| Severity: | Blocking → None |
|---|
Replying to anonymous:
Already asked, no one knows what's wrong.
Maybe you could help at this a little please?
Never use the Bug tracking system for support... this is not appreciated.

No bug, just bad coding. Use the forum for coding support.
Jos