Difference between revisions of "LavishGUI:console (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a Console? ===
 
=== What is a Console? ===
 
+
A console is a text output display. [[LavishGUI:lguiconsole_%28Data_Type%29|lguiconsole (Data Type)]] is used for access via LavishScript.
 
== Using Consoles ==
 
== Using Consoles ==
 
Consoles are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the console-specific properties described below.
 
Consoles are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the console-specific properties described below.
Line 7: Line 7:
 
=== Console-Specific Properties ===
 
=== Console-Specific Properties ===
 
*'''BackBufferSize'''
 
*'''BackBufferSize'''
:Number of lines the console will buffer for scrollback
+
:Number of lines the console will buffer for scrollback. Inner Space default skin is set to 1000 lines.
 
== Examples ==
 
== Examples ==
  
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:lguiscrollbar_%28Data_Type%29|lguiscrollbar (Data Type)]]
 +
* [[LavishGUI:lguiconsole_%28Data_Type%29|lguiconsole (Data Type)]]
 
* [[LavishGUI:Elements|Elements]]
 
* [[LavishGUI:Elements|Elements]]
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Latest revision as of 23:23, 15 December 2005

Introduction

What is a Console?

A console is a text output display. lguiconsole (Data Type) is used for access via LavishScript.

Using Consoles

Consoles are descendants of the base element type. Any attributes of the base element type may be applied in addition to the console-specific properties described below.

Console-Specific Properties

  • BackBufferSize
Number of lines the console will buffer for scrollback. Inner Space default skin is set to 1000 lines.

Examples

See Also