2Kbushwick Posted May 15, 2004 Posted May 15, 2004 Hi all. I'm trying to check the number of times my script loops. So what I want to do is count the loops and display them in real-time in a message box. The only problem I have is the message box wants me to click ok (or whatever) everytime. Any suggestions?
scriptkitty Posted May 15, 2004 Posted May 15, 2004 Also check out tooltip() It is a nice small way to show a small amount of data RT AutoIt3, the MACGYVER Pocket Knife for computers.
CyberSlug Posted May 15, 2004 Posted May 15, 2004 I frequently use ToolTip("Stuff goes here", 0, 0) to display a message in the upper-left corner of the screen.You could also try debug helperGood Luck! Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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