Difference between revisions of "SET SHADOW"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
SET BORDER, SET HIGHLIGHT, SET BLINK, SET INTENSITY
+
[[SET BORDER]], [[SET BLINK]], [[SET HIGHLIGHT]], [[SET INTENSITY]]
  
  
Line 23: Line 23:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set shadow on
 
set shadow on
 
use demo
 
use demo
 
edit
 
edit
// Press the [HELP] key</pre>
+
// Press the [HELP] key</code>
  
  
 
==Products==
 
==Products==
 
Recital Terminal Developer
 
Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|SHADOW]]

Revision as of 12:06, 12 March 2009

SET SHADOW

Class

Screen Environment


Purpose

Enable or disable shadowing of pop-up menus


Syntax

SET SHADOW ON | OFF | (<expL>)


See Also

SET BORDER, SET BLINK, 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