erocental Posted December 14, 2009 Report Share Posted December 14, 2009 Hi, My company is planning on purchasing Macro Express but I have a question regarding its usage. I'm going to be automating a procedure in a piece of software we use but sometimes it can come up with a message or another box before getting to the main window. Is there a way that Macro Express can detect these unexpected popups and ignore them until it gets to the main screen? Thanks! =) Quote Link to comment Share on other sites More sharing options...
kevin Posted December 14, 2009 Report Share Posted December 14, 2009 You could either try using If Window commands inside your macro or try a Window Activated macro. The problem with the latter is that only one macro can run at a time in Macro Express 3. Macro Express Pro can run more than one macro at the same time. Quote Link to comment Share on other sites More sharing options...
rberq Posted December 15, 2009 Report Share Posted December 15, 2009 I'm guessing you can't really "ignore" these pop-ups, as you say, but that you have to do something to close the pop-up. If your macro is launching the main application, then about all you can do with ME3 is delay for some period of time after the launch, and look for the pop-up window titles with "If Window", like Kevin suggested. Then you can type ENTER or mouse-click the OK button or whatever to close the pop-up if it has appeared. The drawback of this method is that you have a finite delay, before the main application can be processed, regardless of whether the pop-up appears or not, because you just have to wait and see what appears. If the pop-ups don't have unique window titles, there are other tricks that can be used, so post a follow-up if that is the case. 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.