Static Text

 

Use the Static Text control to display labels, descriptions, explanations, or instructions. The Control Attribute box will let you type an endless amount of information into the text box. However, its display capability is limited by the defined coordinates (bounding rectangle).

If you want to display text, greater than approximately 150 characters, you should simply create several Static Text fields. Otherwise, you could receive the error: 3101:Substituted line too long (>2048 Characters)

 

image\static.gif

 

Control Attributes

 

Calendar

Check Box

Com Control

DateTime

Drop-down Combo Box

Edit Box

File List Box

Group Box

Item List Box

Menu Bar

Menu Item

Multiline Edit Box

Picture

Picture Button

Push Button

Radio Button

Report View

Spinner

Static Text

Variable Text

 

 

For example, the line in the script generated by the WIL Dialog Editor may look like:

 

MyDialog003=`082,052,136,011,STATICTEXT,"Static_1",DEFAULT,"Static 1",DEFAULT,3,DEFAULT,DEFAULT,DEFAULT,DEFAULT`