Dizzy Posted May 27, 2006 Posted May 27, 2006 Hi All, i want to check if a application was loaded and ready for the user. For example : - Adoby PDF : doubleklick on a pdf - has it been loaded and visible for the user? or - Word : ... startet and ready the write (no more modules loading) or - Irfan View: doubleklick on a grafic should open it - does it? Reason: Check if applicationinstall was correct and fully functional. Output should be done in excel or a database. Thanks for help!
Neoborn Posted May 27, 2006 Posted May 27, 2006 (edited) Hi All,i want to check if a application was loaded and ready for the user.For example : - Adoby PDF : doubleklick on a pdf - has it been loaded and visible for the user? or- Word : ... startet and ready the write (no more modules loading) or- Irfan View: doubleklick on a grafic should open it - does it?Reason: Check if applicationinstall was correct and fully functional.Output should be done in excel or a database.Thanks for help!Commands to lookup in helpfile:( How to find the AutoIT Helpfile: Start >Programs > AutoItv3 > AutoItHelpFile)ProcessExistsWinActiveWinActivateAlso check out the links in my signature. Edited May 27, 2006 by Neoborn ~Projects~1. iPod Ejector 1.0 - Tool Used To Eject iPod in Windows - Uses DevEject.exe :P2. SmartFTP Close Popup Tool - Closes reminders from freeware SmartFTP.~Helpful Links For New Users~1. LXP's Learning AutoIT PDF Guide - <<< Go here for a PDF Guide on learning AutoIT from the ground up!<<<2. AutoIt 1-2-3 <<<Want to learn more about AutoIT quickly? Go Here<<<3. How To Install The Beta And Production Versions Of AutoIT / SciteAutoIT
Dizzy Posted June 15, 2006 Author Posted June 15, 2006 Commands to lookup in helpfile:( How to find the AutoIT Helpfile: Start >Programs > AutoItv3 > AutoItHelpFile)ProcessExistsWinActiveWinActivateAlso check out the links in my signature.Hi Neoborn,sorry for my late answer (but job, kids, football ... )To check if a process is present is not enough. Think on XP itself. The GUI is there, but there are a lot ofprograms which will beloaded in the background. I want to have the time from the "doubleclick" of a application to the full loaded application.Same in word, excel, adobe ... I need the time to the point the application is fully loaded.Some ideas?Thanks Dizzy
i542 Posted June 15, 2006 Posted June 15, 2006 run("winword.exe") (36,"App finished?","Press OK when application finished loading.") ;put other code here That script runs Word, ask user if is app finished loading, then script does whatever you wish. i542 I can do signature me.
Dizzy Posted June 16, 2006 Author Posted June 16, 2006 Hmm - i can't give a good example... Did you ever have started Word and you want to start writing, but the letters won't be on the paper when you type .. you have to wait a few seconds and all written letters appear. So word wasn't fully loaded ... The point is the one app. doesn't load anything - another a little bit more. And "i542" : no user interaction should be done. AutoIt should do everything by itself. - start word : start time - wait till everything is loaded : end time - display or save results Starting and so on is no problem, but how can i be sure everything is loaded? Thanks Dizzy
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