Contents - Index


HideWindow (Macro Command)

 

HideWindow WindowName

This command will hide the specified window.  WindowName can be any of the following:  

 

EES

Progress

Equations

ErrorMessages

Formatted

Solution

Residuals

Arrays

Parametric

Lookup

Integral

Plot

Diagram

WarningMessages

Macro

 

 

Notes:

1.  HideWindow EES will hide the EES application and all windows associated with it. 

2.  HideWindow ErrorMessages will prevent any error messages from displaying from a macro, undoing the setting made with the ShowWindow ErrorMessages command.

3.  HideWindow WarningMessages will prevent any warning messages from a macro, undoing the setting made with the ShowWindow WarningMessages command.

4.  HideWindow Progress will hide the progress dialog that is normally displayed to show that the calculations are proceeding.  

 

See:  ShowWIndow commands.

         MacroCommands