Nassoum Posted October 11, 2011 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
JohnOne Posted October 11, 2011 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.
Nassoum Posted October 14, 2011 Author Posted October 14, 2011 Thx JO but ControlClick didn't worked too... I tried with text too, nothing:-(
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