Jump to content
Macro Express Forums

Unrelaibility of Wait for Window Title


Recommended Posts

I've posted about this several times in the past and I've reported it formally several times too: the unreliability of the Wait for Window Title command.

 

It's a long-standing issue which didn't arise in ME3.

 

In the majority of my macros I simply cannot rely on the command. For example here's an extract from a macro I'm writing now:

 

.

.

Mouse Left Double Click // Opens Overlay Properties window.

Delay: 0.2 seconds <--- Replaced with this

Wait for Window Title: Overlay Properties <--- DISABLED

Window Activate: Overlay Properties

Mouse Move: 437, 38 Relative to Current Window

.

.

etc

 

I've had to replace the Wait for Window Title with a plain delay.

 

Are other users seeing the same unreliabilty please?

 

--

Terry, East Grinstead, UK

Link to comment
Share on other sites

Nope. Works flawlessly. However I have seen that if using controls in an application the controls might not be ready yet. IE the window appears but the contents are not ready yet. This is why I usually use "Wait for Control Ready" instead.

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