Function opens the Auxiliary Window in the main screen's area.

 

An alternate way to Open, Close and Move an Auxiliary Window area is to use the mouse this way:

Click to Enlarge; Click to Reduce.

Auxiliary Window Open Button

 

Click to Enlarge; Click to Reduce.

Open Auxiliary Window Move and Close Options.

 

Syntax:

OpenAuxiliaryWindow

 

Parameter:

Description:

<none>

An Auxiliary Window is an window that will appear Docked to the main screen when it is closed.  When it is undocked and visible, it will stay undocked and the information sent to it will updated.  If the Auxiliary Window is closed, and  the OpenAuxiliaryWindow function is not executed prior to the sending text to the Auxiliary Window, the SetAuxiliaryWindowText  function execution to send data to the Auxiliary Window will not appear.

 

This command must be executed prior to the sending of text by SetAuxiliaryWindowText function.

 

Example:

'  Auxiliary Window Will Open Now.
OpenAuxiliaryWindow
' Print Statements Will Appear in Log Window
Print "Auxiliary Window Now Open"
Print

 
'  Auxiliary Window Will Close Now.
CloseAuxiliaryWindow
' Print Statements Will Appear in Log Window
Print "Auxiliary Window Now Close"

 

Returns:

Auxiliary Window Appears on the main screen area.

 

Links:

CloseAuxiliaryWindow SetAuxiliaryWindowText

See Also:

OpenLogWindow, ClearLogWindow, CloseLogWindow

 


Edit Time: 10/3/2020 12:57:42 PM


Topic ID#: 667

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software