Previous Topic

Next Topic

Book Contents

Book Index

WaitForWindowTitle

The action type WaitForWindowTitle will instruct the action to wait for a specified window title for a specified time. The window title to look for is specified as Parameter1.

The action type can have special additional commands specified as Parameter2.

Command

Description

ExtactMatch

If this command is specified in Parameter2, the window title in Paramater1 must be exactly equal.

For example, your Notepad windows title look like this:

Notepad - c:\test.txt

If you specify the exact same string in Parameter1 and in addition ExactMatch in Parameter2, the action will succeed if the Notepad session actually exist or start within the timeout value.

If you just want to look for "Notepad", then don't specify ExtactMatch. Notes Menu Launcher will then accept any windows title containing the word "Notepad".

BringToTop

If the window title in Parameter1 is found within timeout value, the process will be brought to the top, overlaying any potential other windows on your desktop. This is the same as manually setting the focus on a window

If the window exist or start within the timeout value, the action specified in ActionSuccess will be executed, otherwise the event specified in ActionFailure will be executed.

See Also

The Action element

LaunchApplication

SendKeys

NotesAgent

NotesFormula

WaitForClass

WaitForModule

WaitForWindowDialog