Difference between revisions of "SET SHADOW"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET SHADOW=
 
 
 
==Class==
 
Screen Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable shadowing of pop-up menus
 
Enable or disable shadowing of pop-up menus
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET BORDER, SET HIGHLIGHT, SET BLINK, SET INTENSITY
+
[[@...MENU]], [[DIALOG BOX]], [[DIALOG FIELDS]], [[DIALOG FILES]], [[DIALOG GET]], [[DIALOG MESSAGE]], [[DIALOG QUERY]], [[DIALOG SCOPE]], [[Function Keys]], [[MENU]], [[SET BLINK]], [[SET BORDER]], [[SET HIGHLIGHT]], [[SET INTENSITY]]
  
  
Line 23: Line 16:
  
 
==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  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|SHADOW]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 15:38, 25 November 2009

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 GET, DIALOG MESSAGE, 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