Jump to content
Macro Express Forums

A Wait Comand For Me ?


koden

Recommended Posts

I have a macro that opens an email from my lotus notes.

Sometimes the mail program is slow.

Normally I would put in a wait for window comand.

 

But the mail window title is never the same.

 

Is there a function that can wait for the mail??

 

What my macro does is:

 

activates the mail program notes

numenter (open the mail that is marked)

here i need a command that can wait for the mail to open.

Link to comment
Share on other sites

There are a couple of options.

 

1) The Window Title does not have to be a full title, so if even part of the title is the same, you could use that.

 

2) You could use the get pixel color at a certain location that changes color, such as the download status bar. This could be put in a Repeat Until command. The color would be stored in a variable and you could set the loopup to repeat until that variable equals that color.

 

3) The Wait for Mouse Cursor command can sometimes be used. If the busy cursor is used while downloading, you could use a wait command to wait for the arrow cursor.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...