colore Posted October 28, 2006 Posted October 28, 2006 hello how do I identify dialog windows and how do I auto-click them? dialog windows = save as windows, installer windows, warning windows etc etc how do I identify buttons, radio buttons, tick boxes on the dialog windows? how do I set them to auto click? thanks
Fossil Rock Posted October 28, 2006 Posted October 28, 2006 RTFM Agreement is not necessary - thinking for one's self is!
Moderators SmOke_N Posted October 28, 2006 Moderators Posted October 28, 2006 Look at the Control* functions in the help file. 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.
Paulie Posted October 28, 2006 Posted October 28, 2006 (edited) hello how do I identify dialog windows and how do I auto-click them? dialog windows = save as windows, installer windows, warning windows etc etc how do I identify buttons, radio buttons, tick boxes on the dialog windows? how do I set them to auto click? thanksRun this Code: SplashTextOn("","Initializing...", 200, 50, -1, -1, 33, "Arial", 15, 500) Sleep(1200) SplashTextOn("Welcome!", "Welcome to the Autoit v3 Helpfile"&@CRLF&"The solution to all of your problems."&@CRLF&"This text will disappear in 5 seconds", 300, 150, -1, -1, 33, "Arial", 12, 500) Run("hh.exe "&@ProgramFilesDir&"\AutoIt3\AutoIt.chm","", @SW_MAXIMIZE) Sleep(1000) SplashTextOn("Welcome!", "Welcome to the Autoit v3 Helpfile"&@CRLF&"The solution to all of your problems."&@CRLF&"This text will disappear in 4 seconds", 300, 150, -1, -1, 33, "Arial", 12, 500) Sleep(1000) SplashTextOn("Welcome!", "Welcome to the Autoit v3 Helpfile"&@CRLF&"The solution to all of your problems.."&@CRLF&"This text will disappear in 3 seconds", 300, 150, -1, -1, 33, "Arial", 12, 500) Sleep(1000) SplashTextOn("Welcome!", "Welcome to the Autoit v3 Helpfile"&@CRLF&"The solution to all of your problems.."&@CRLF&"This text will disappear in 2 seconds", 300, 150, -1, -1, 33, "Arial", 12, 500) Sleep(1000) SplashTextOn("Welcome!", "Welcome to the Autoit v3 Helpfile"&@CRLF&"The solution to all of your problems."&@CRLF&"This text will disappear in 1 second", 300, 150, -1, -1, 33, "Arial", 12, 500) Sleep(1000) Visit this Site: http://www.autoitscript.com/autoit3/docs/ See this Program http://www.autoitscript.com/forum/index.php?showtopic=21048 And This One too http://www.autoitscript.com/forum/index.ph...c=19434&hl= And Don't Forget this Great tool http://www.autoitscript.com/forum/index.ph...mode=adv&f= Edited October 28, 2006 by Paulie
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