Forum Discussion
YMinaev
Staff
14 years agoHi,
This looks like a timing issue. Try waiting until the window you're having troubles with appears and becomes visible (see the Waiting for a Process or Window Activation help topic). Depending on how you address your objects ('NameMapping...obj' or 'Aliases...obj'), you need to wait using either the WaitNamedChild, or the WaitAliasChild method.
This looks like a timing issue. Try waiting until the window you're having troubles with appears and becomes visible (see the Waiting for a Process or Window Activation help topic). Depending on how you address your objects ('NameMapping...obj' or 'Aliases...obj'), you need to wait using either the WaitNamedChild, or the WaitAliasChild method.