Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to Check the Status of Check BOX (Enabled/Diabled)

$
0
0
Hi Forum Members,

Good Morning to all,

I am new to autoit (Basically a perl developer),

I have a query in window, in which several check boxes are there, i want to check a particular box, whether it is enabled or disabled,

Window Screenshot:



Here is the Window Properties

[ autoit ]         
>>>> Window <<<< Title:    Define Styles Class:    #32770 Position:    380, 195 Size:    449, 378 Style:    0x94C800C4 ExStyle:    0x00010101 Handle:    0x00090534 >>>> Control <<<< Class:    Button Instance:    24 ClassnameNN:    Button24 Name:     Advanced (Class):    [CLASS:Button; INSTANCE:24] ID:    156 Text:       Position:    275, 224 Size:    30, 16 ControlClick Coords:    10, 4 Style:    0x50010002 ExStyle:    0x00000004 Handle:    0x000305BE >>>> Mouse <<<< Position:    668, 452 Cursor ID:    0 Color:    0xFFFFFF >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< OK Cancel Help &Apply &Factory settings &Use for new equations &Simple A&dvanced Style Font Character Style Bold Italic &Text  . . . . . . . . . . . Times New Roman     Fun&ction . . . . . . . Times New Roman     &Variable  . . . . . . . Times New Roman     &L.C. Greek  . . . . . Symbol Tiger     U.C. &Greek . . . . . Symbol Tiger     Sym&bol . . . . . . . . Symbol Tiger     Vector-&Matrix  . . . . Times New Roman     &Number  . . . . . . . Times New Roman     &Extra Math  . . . . . MT Extra     User &1  . . . . . . . . Courier New     User &2  . . . . . . . . Times New Roman     Language/Keyboard: Te&xt style  . . . . . . &Other styles . . . . . . >>>> Hidden Text <<<< &Primary font: Times New Roman &Greek and math fonts: Italic &variables Italic &lower-case Greek

I have done some autoit scripts in past (1 year ago), usually the send keys etc,

I used the Control Command to check and Uncheck radio buttons and Check box using the following commands

[ autoit ]      
ControlCommand ( "Translators", "&Translation to other language (text) :", 31, "CHECK") ControlCommand ( "Translators", "T&ranslator:", 42, "Selectstring", 'Tex -- Plain Tex') ControlCommand ( "Translators", "Include translator &name in translation", 41, "UNCHECK") ControlCommand ( "Translators", "Include MathType &data in translation", 40, "UNCHECK")  

But I can't able to get the status of the check box,


Please guide me,

Thanks & Regards
Sathish V.

Attached Thumbnails

  • equ.JPG

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>