koden Posted January 10, 2006 Report Share Posted January 10, 2006 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. Quote Link to comment Share on other sites More sharing options...
jason Posted January 10, 2006 Report Share Posted January 10, 2006 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. Quote Link to comment Share on other sites More sharing options...
koden Posted January 11, 2006 Author Report Share Posted January 11, 2006 Thanks...will try one of this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.