Modify ↓
Opened on Nov 5, 2009 at 11:07:22 PM
Closed on Nov 9, 2009 at 6:04:40 PM
#1281 closed Bug (No Bug)
ControlClick()
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
Controlclick does not accept ID number for controlID.
Exemple:
ControlClick("Untitled -", "", 123)
All other functions accept number for ID number
Thanks
Attachments (0)
Change History (1)
comment:1 by , on Nov 9, 2009 at 6:04:40 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

An example is supposed to actually reproduce the problem. Yours doesn't and for good reason: Notepad doesn't have a control with ID 123. At least not in Windows XP SP3.
Anyway, there's no bug here, just user error.