Jump to content

identify


colore
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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

Run 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 by Paulie
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...