Bring window instance to front

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Windows NO NO NO All

Syntax

Bring window instance to front window-instance-name

Description

Example

# Bring the window instance wMyWindow
# to the front if it is already open
Test for window open {wMyWindow}
If flag true
  Bring window instance to front wMyWindow
Else
  Open window instance wMyWindow
End If