Difference between revisions of "SET SHADOW"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET SHADOW=
 
 
 
 
==Class==
 
==Class==
 
Screen Environment
 
Screen Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET BORDER]], [[SET BLINK]], [[SET HIGHLIGHT]], [[SET INTENSITY]]
+
[[@...MENU]], [[DIALOG BOX]], [[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG MENU]], [[DIALOG QUERY]], [[DIALOG SCOPE]], [[Function Keys]], [[MENU]], [[SET BLINK]], [[SET BORDER]], [[SET HIGHLIGHT]], [[SET INTENSITY]]
  
  
Line 27: Line 24:
 
use demo
 
use demo
 
edit
 
edit
// Press the [HELP] key</code>
+
// Press the [HELP] key
 +
</code>
  
  

Revision as of 12:17, 17 April 2009

Class

Screen Environment


Purpose

Enable or disable shadowing of pop-up menus


Syntax

SET SHADOW ON | OFF | (<expL>)


See Also

@...MENU, DIALOG BOX, DIALOG FIELDS, DIALOG FILES, DIALOG MENU, DIALOG QUERY, DIALOG SCOPE, Function Keys, MENU, SET BLINK, SET BORDER, SET HIGHLIGHT, SET INTENSITY


Description

When SHADOW is set ON, the screen is shaded behind the right hand side and bottom line of pop-up menus and dialog. This feature helps to distinguish the menus and boxes from the screen on which they overlay. If SHADOW is set OFF, then this feature is disabled. By default, SET SHADOW is OFF.


Example

set shadow on
use demo
edit
// Press the [HELP] key


Products

Recital Terminal Developer