WINSHOW


7.8.5, PLBCMP GUI Only

The WINSHOW instruction makes the main program window visible. The instruction uses the following format:

 

 

[label]

WINSHOW

 

Where:

label

Optional. A Program Execution Label.

Flags Affected: NONE

Note the following:

  1. The WINSHOW instruction must not be placed in the program such that it is only executed if an event is encountered.

  2. If the window has been hidden by the WINHIDE instruction, the WINSHOW must be executed to make it visible again.

 

 

See Also: Interactive I/O Instructions

 



PL/B Language Reference WINSAVE WINSIZE