Nassoum 0 Posted October 11, 2011 Hi everybody, im trying to make a little script to avoid using the mouse. Its a radio button in Photoshop. Unfortunately a combination of Tabs and arrows is quite fragile. it doesnt work all the time... I tried these commands ControlCommand("Photomerge","","[CLASS:Button; INSTANCE:6]","Check") ControlCommand("Photomerge","","[CLASS:Button; TEXT:Repositionieren]","Check") The combination of both... but nothing seems to work.. I tried to set different instance numbers without any change, i cant manage to get anything checked. My objective if to get the last option "Repositionieren" Take a look at the picture Any Idea ? Thanks a lot Share this post Link to post Share on other sites
JohnOne 1,603 Posted October 11, 2011 Try ControlClick("Photomerge","","[CLASS:Button; INSTANCE:6]") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Nassoum 0 Posted October 14, 2011 Thx JO but ControlClick didn't worked too... I tried with text too, nothing:-( Share this post Link to post Share on other sites