mikephn Posted December 16, 2010 Posted December 16, 2010 I'm having trouble making my script work with different versions of Windows. Here's an example: 1. Script clicks on save button in a program, waits until 'Save As' window opens 2. Script clicks 'Save' Now assume the user isn't using English version of Windows. The window title won't be 'Save As', and the button won't say 'Save'. With a button it's ok, I can use ControlClick and pass the ID. But what's the alternative to using WinExists?
JohnOne Posted December 16, 2010 Posted December 16, 2010 Search "Window Titles and Text (Advanced)" in helpfile. The answer to your question, is Yes. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
mikephn Posted December 16, 2010 Author Posted December 16, 2010 Thanks! (Answer was: You can set [CLASS:xyz] as a title)
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