turkel Posted April 11, 2010 Share Posted April 11, 2010 Hi All, I'm new to Autoit and I want to write a script that detects a pop up window of a java program. In that window there are two radio buttons and I want to select one of them. It is a very simple script and I wrote one that does this job. The problem is that I locate the radio button according to its coordinates in the window. This script will work fine as long as the window doesn't change, but I suspect that it will change in the future, so I want to generalize the script to detect the radio button object (oppose to coordinates). (I think that I need something like _IEFormElementRadioSelect that works for non-IE windows/forms) Is it possible? how? Thanks Itzik Link to comment Share on other sites More sharing options...
4Eyes Posted April 15, 2010 Share Posted April 15, 2010 Turkel, Have a look at ControlClick() in the help file. 4Eyes Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now