Modify

Opened 16 years ago

Closed 16 years ago

#421 closed Bug (No Bug)

Error in reading status of Radio Button

Reported by: tim@… 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 Changed 16 years ago by WeaponX

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?

comment:2 Changed 16 years ago by Valik

  • Resolution set to No Bug
  • Severity changed from Blocking to None
  • Status changed from new to 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.

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.