Hello12345 Posted April 15, 2006 Posted April 15, 2006 (edited) >>>>>>>>>>>> Window Details <<<<<<<<<<<<< Title: Open Class: #32770 Size: X: 464 Y: 49 W: 563 H: 419 >>>>>>>>>>> Mouse Details <<<<<<<<<<< Screen: X: 726 Y: 401 Cursor ID: 5 >>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<< RGB: Hex: 0xECE9D8 Dec: 15526360 >>>>>>>>>>> Control Under Mouse <<<<<<<<<<< Size: Control ID: ClassNameNN: Text: >>>>>>>>>>> Status Bar Text <<<<<<<<<<< >>>>>>>>>>> Visible Window Text <<<<<<<<<<< Look &in: My Documents FolderView File &name: Files of &type: All Supported Files &Open Cancel >>>>>>>>>>> Hidden Window Text <<<<<<<<<<< Open as &read-only &Help this is what autoit window info give me. The problem that i ran into is that i want to make it langeuge independed. because if it is a different language i can no longer pool of that title, the title will change. i want to pool at something that will stay the same independent of the language the system has setup. i think in this case "All Supported Files" maybe language independed. any idea how i can pool for that. thanks Edited April 15, 2006 by Hello12345
herewasplato Posted April 15, 2006 Posted April 15, 2006 ...any idea how i can pool for that.I do not understand what that means. Does pool mean poll? You might be able to use a blank title in the various Win... functionsWinWait("", "All Supported Files") [size="1"][font="Arial"].[u].[/u][/font][/size]
Moderators SmOke_N Posted April 15, 2006 Moderators Posted April 15, 2006 (edited) Could pull the windows handle from the .exe using winlist()/processlist() if all else fails. I think I wrote that option once or twice on here already.Edit:This may work: http://www.autoitscript.com/forum/index.ph...ndpost&p=157688 Edited April 15, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Hello12345 Posted April 15, 2006 Author Posted April 15, 2006 (edited) I do not understand what that means. Does pool mean poll?Yes.I guess after playing pool for a long time, your mind plays tricks on you. Thanks herewasplato and SmOke_N I will see how that works out. Edited April 15, 2006 by Hello12345
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