turkel 0 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 Share this post Link to post Share on other sites
4Eyes 10 Posted April 15, 2010 Turkel, Have a look at ControlClick() in the help file. 4Eyes Share this post Link to post Share on other sites