faglHide

AVDEF Subroutine: Causes an instance of Array Visualizer to become invisible.

Module: USE AVDEF

Syntax

faglHide (array, status)

array
The name of an array. The name must be one that the application has previously used in a call to faglStartWatch.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

faglHide causes the instance of Array Visualizer associated with array to become invisible but does not close that instance. To close the instance but retain its associated resources, call faglClose. To close the instance and release its associated resources, call faglEndWatch. To make the Array Visualizer instance visible again, call faglShow.

If the Array Viewer instance associated with array was created by using favStartViewer, rather than faglShow, this routine will have no effect. Use the favShowWindow routine instead.

See Also

faglClose, fagEndWatch, faglShow, faglStartWatch