Googler24022 Posted May 24, 2005 Posted May 24, 2005 How would i incorporate a progress bar into a script so the progress bar actualy shows you the loading of the program?
buzz44 Posted May 24, 2005 Posted May 24, 2005 (edited) Depends if you actaully need to 'load' anything. AutoIt can load stuff very fast but it depends on what it is, how are you loading it and how long does it take to load. Edited May 24, 2005 by Burrup qq
Googler24022 Posted May 24, 2005 Author Posted May 24, 2005 Thanks! Some more questions for you! Im going to be making a kind of autoclicker which will be clicking the same place 350 times. I don't want the mouse to click untill the page has loaded. Is there any way Autoit can tell if the page has loaded or not? Then it can carry on when it has loaded.
buzz44 Posted May 24, 2005 Posted May 24, 2005 StatusbarGetText () < Help File.That works great, but sometimes webpages load in segments so it might go..."Loading" > "Done > "Loading" or something like that, which means that the webpage might not be completly loaded, but it works most of the time . qq
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