ShiftyGeezer Posted August 23, 2010 Posted August 23, 2010 I've just learnt about AutoIt, sounded fabulous, but now I'm wondering if I got the wrong end of the stick! I'm wanting to script a graphics application that has no scripting functions, to batch process a load of animation frames to composite and blend them. I thought from an article I read that AutoIt would enable an application to be controlled through its GUI, which I guess meant simulating mouse-clicks in screen-zones or something. Reading briefly through the documentation, it seemed to me that the GUI aspect is about creating a GUI for scripts, and not controlling an application. So is this possible?! My graphics app (PSP 7) dosen't have keyboard shortcuts for changing a layer's blend mode and I could only do this by automating mouse clicks on GUI controls.
Drifter Posted August 23, 2010 Posted August 23, 2010 You can still do this. Go in the help file and look up "Mouse Management". This will help
targeter Posted August 23, 2010 Posted August 23, 2010 Also, keyboard shortcuts may help cut down on the need to interact with specific buttons.
Drifter Posted August 23, 2010 Posted August 23, 2010 Very predictably, look up "Keyboard Management".
targeter Posted August 23, 2010 Posted August 23, 2010 Doh. my fault Drifter. I didn't see you reply to his post. I should have refreshed before I clicked post.
Drifter Posted August 23, 2010 Posted August 23, 2010 ugh and I thought that what you said about keyboards was his post. My fail too! lol.
Bert Posted August 24, 2010 Posted August 24, 2010 Let us know if we can help further. Just remember to post your script when asking for help on something. It makes it easier for us to see what the issue is. And always - welcome to the forum! The Vollatran project My blog: http://www.vollysinterestingshit.com/
ShiftyGeezer Posted August 25, 2010 Author Posted August 25, 2010 (edited) Just want to say it's working brilliantly and I've recommended AutoIt to a couple of developer mates! I'm amazed this app isn't more well-known as the flexibility is superb. Prior to finding this I was thinking back to AREXX on the Amiga and how a universal scripting interface is so useful. AutoIt is even better as it isn't dependent on scripting ports. As I was suggesting to a friend, for off-site testing this is perfect, as instead of requiring users to follow instructions which they won't do because 'they know best,' you can supply an executable to perform exactly the required input and get exactly the right output for problem solving. Plus it's well documented unlike most freeware apps, and it has a useful, supportive community unlike most freeware apps! (Am I sounding too cynical yet? ) If I ever make any money, I'll be sure to support AutoIt financially as well as by word of mouth. Edited August 25, 2010 by ShiftyGeezer
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