Jump to content

How to to find out ...


Recommended Posts

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!

Link to comment
Share on other sites

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)

ProcessExists

WinActive

WinActivate

Also check out the links in my signature.

Edited 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

Link to comment
Share on other sites

  • 3 weeks later...

Commands to lookup in helpfile:( How to find the AutoIT Helpfile: Start >Programs > AutoItv3 > AutoItHelpFile)

ProcessExists

WinActive

WinActivate

Also 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 of

programs 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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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...