GamingGiant Posted April 9, 2012 Posted April 9, 2012 Hi. I'm brand new to the forum and relatively new to AutoIt. Is there a function, similar to WinWait, that works within a program to wait for windows to load before proceeding to the next line of script? It seems that AutoIt only works with program windows. Is there a way to do this? Thanks in advance.
JohnOne Posted April 9, 2012 Posted April 9, 2012 If it is not a "program window" you are waiting for, then what is it? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
GamingGiant Posted April 9, 2012 Author Posted April 9, 2012 If it is not a "program window" you are waiting for, then what is it?Maybe they are the same thing.The window for the progam is "MFACT for Windows".After the extracts have been complete a pop-up, "Complete", occurs. Because the length of time to run this report vaires I am looking to have AutoIt wait til this pop-up happens to close out of it and continue running the script.
water Posted April 9, 2012 Posted April 9, 2012 I would use WinWait("Title of the window", "Complete")as long as "Complete" is displayed as text and not as graphics. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
GamingGiant Posted April 9, 2012 Author Posted April 9, 2012 I would use WinWait("Title of the window", "Complete")as long as "Complete" is displayed as text and not as graphics. Perfect. Thank you very much. I need to get better with variable parameters.
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