AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Detecting Radio icon status

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
quatermass



Joined: 14 Dec 2005
Posts: 136

PostPosted: Sat Feb 02, 2008 4:40 pm    Post subject: Detecting Radio icon status Reply with quote

Is it possible to detect whether or not a radio icon (or a tick box) is on or not in a 3rd party window?

The only way I can think of doing it is to position the mouse over the centre of it and detect its colour.

Must be an easier way? Very Happy
_________________
Stuart Halliday
Back to top
View user's profile Send private message
Democratus



Joined: 01 Sep 2007
Posts: 120

PostPosted: Sat Feb 02, 2008 5:47 pm    Post subject: Reply with quote

ControlGet,OutPutVar,Checked,,Radio,WinTitle

EDIT: Just to make sure, I'll clarify that. With AHK comes a cool tool called AU3_Spy. If you run that and put your mouse over any radio button in a third-party window, it will give you the name of the control and the window that it's on (these are referred to as the WinTitle and the ClassNN of the control). Just type in the ClassNN where it says "Radio" and the title of the window in "WinTitle".
EDIT2: Also, it will return 1 if the radio is ticked, 0 otherwise.
Back to top
View user's profile Send private message
quatermass



Joined: 14 Dec 2005
Posts: 136

PostPosted: Sat Feb 02, 2008 8:28 pm    Post subject: Reply with quote

This is excellent!
This will improve my scripts no end. Thank you very much for making my day! Very Happy Very Happy
_________________
Stuart Halliday
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group