Modify ↓
#1691 closed Feature Request (Rejected)
ControlCommand is not working for .net checkboxes.
| Reported by: | Math | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: | mathan2k@… |
Description
I have tried the ControlCommand for .net checkboxes. It is returning zero without doing the operation.
WinActivate("RAE Control","")
WinWaitActive("RAE Control","")
Msgbox(0,"",ControlCommand("RAE Control","","Auto-Start Station(s)","UnCheck",""))
I have tried Check,UnCheck and IsChecked commands and none of them is working.
Attachments (0)
Change History (3)
comment:1 by , on Jun 24, 2010 at 10:49:17 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
| Type: | Bug → Feature Request |
comment:3 by , on Jun 19, 2012 at 4:20:24 PM
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

I think ControlCommand does not apply to .net control.
So perhaps it is more a "feature request" than a bug.