Modify ↓
Opened 18 years ago
Closed 18 years ago
#421 closed Bug (No Bug)
Error in reading status of Radio Button
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | None |
| Keywords: | Cc: |
Description
I am trying to read the state of a Radio button on my form.
$retval = ControlCommand ( "MyTestApp", "", "[CLASSNN:WindowsForms10.BUTTON.app.0.33c0d9d15]", "IsChecked", "" )
$retval always returns 0
When I view the button control with Au3info I can see the style toggle between
0x5601000B (on) and
0x5600000B (off)
I don't know the function call to read the style information (if such a function exists) I am either using the function incorrectly or I have discovered a bug
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → No Bug |
|---|---|
| Severity: | Blocking → None |
| Status: | new → closed |
This belongs on the support forum. Also, we've never claimed support for .NET controls so even more reason this isn't a bug. If you need help, use the forum.
Note:
See TracTickets
for help on using tickets.

We will need more information to reproduce the error.
What program is MyTestApp? What language?
Is it really a radio control or simulated using buttons and graphics?