Jump to content
Macro Express Forums

Random Window Title


patgenn123

Recommended Posts

Hello.

 

I am writing a macro for a database, but at times a popup comes up that I want to minimize so it does not interrupt the macro. However, this popup is totally random and unpredictable.

 

How do I set up the macro so when the macro is running, it can minimize the popup at ANY time during the macro?

 

BTW, the popup title is always the same. That never changes so it can be always detected in the same way.

 

Pat

Link to comment
Share on other sites

Hello.

 

I am writing a macro for a database, but at times a popup comes up that I want to minimize so it does not interrupt the macro. However, this popup is totally random and unpredictable.

 

How do I set up the macro so when the macro is running, it can minimize the popup at ANY time during the macro?

 

BTW, the popup title is always the same. That never changes so it can be always detected in the same way.

 

Pat

 

There are 2 ways that i can think. With ME3 you can just have it check after every action to see if its there. to keep your code short just do:

 

IF window title on top

run macro"popup closer"

end IF

 

then write a macro that will close that pop up

 

 

or in ME PRO

 

you can run macros at the same time, so you can just make a macro that activates when that window activates.

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