#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 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
comment:2 follow-up: ↓ 3 Changed 16 years ago by anonymous
Already asked, no one knows what's wrong.
Maybe you could help at this a little please?
comment:3 in reply to: ↑ 2 Changed 16 years ago by Jos
- Severity changed from Blocking to 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.
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.
No bug, just bad coding. Use the forum for coding support.
Jos