1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
There are a number of display types and position types that should be
explained. These names can be used to both position the widget itself
and the contents within the widget.
</R>Widget Positioning<!R>
There are five pre-defined position names that help location either a
widget or a widgets title, or any other element of a widget. They are
listed in the table below.
<C><#UL><#HL(8)><#TT><#HL(47)><#UR>
<C><#VL></U>Name <#VL>Purpose <!U><#VL>
<C><#VL>TOP <#VL>Positions a widget to the top of the screen. <#VL>
<C><#VL>BOTTOM <#VL>Positions a widget to the bottom of the screen.<#VL>
<C><#VL>LEFT <#VL>Positions a widget to the left of the screen. <#VL>
<C><#VL>RIGHT <#VL>Positions a widget to the right of the screen. <#VL>
<C><#VL>CENTER <#VL>Positions a widget to the center of the screen.<#VL>
<C><#LL><#HL(8)><#BT><#HL(47)><#LR>
If the names are not used, then a numeric value can be used for location.
</R>Entry Field Display Types<!R>
The entry fields, Matrix, Entry and Multiple Line Entry, can define the
type of input defined. They are specified with the following pre-defined
display type variables.
<C><#UL><#HL(9)><#TT><#HL(40)><#UR>
<C><#VL></U>Name <#VL>Result <!U><#VL>
<C><#VL>CHAR <#VL> Character only. <#VL>
<C><#VL>HCHAR <#VL> Hidden Character Only. <#VL>
<C><#VL>INT <#VL> Integer only. <#VL>
<C><#VL>HINT <#VL> Hidden Integer Only. <#VL>
<C><#VL>MIXED <#VL> Mixed Input. <#VL>
<C><#VL>HMIXED <#VL> Hidden Mixed Input. <#VL>
<C><#VL>UCHAR <#VL> Upper Case Character Input. <#VL>
<C><#VL>LCHAR <#VL> Lower Case Character Input. <#VL>
<C><#VL>UHCHAR <#VL> Upper Case Hidden Character Input. <#VL>
<C><#VL>LHCHAR <#VL> Lower Case Hidden Character Input. <#VL>
<C><#VL>UMIXED <#VL> Upper Case Mixed Input. <#VL>
<C><#VL>LMIXED <#VL> Lower Case Mixed Input. <#VL>
<C><#VL>UHMIXED <#VL> Upper Case Hidden Mixed Input. <#VL>
<C><#VL>LHMIXED <#VL> Lower Case Hidden Mixed Input. <#VL>
<C><#VL>VIEWONLY <#VL> View only field. (uneditable) <#VL>
<C><#LL><#HL(9)><#BT><#HL(40)><#LR>
</K>NOTE<!K> When the above says Upper/Lower Case that means all the input
auto-magically gets mapped to Upper/Lower case. When it says hidden
it means the input is taken and stored; only a . is presented for
each key hit. This is useful for password or hidden entries.
</R>Special Types<!R>
Special types exist for certain widgets. Below is a list of the current
widgets that have a special type, its name and description.
<C><#UL<#HL(10)><#TT><#HL(11)><#TT><#HL(44)><#UR>
<C><#VL></U>Widget <#VL>Type Name <#VL>Result <!U><#VL>
<C><#VL>Histogram <#VL>NONE <#VL>Turns off the statistics for the histogram. <#VL>
<C><#VL> <#VL>PERCENT <#VL>Sets the statistics to a percentage. <#VL>
<C><#VL> <#VL>REAL <#VL>Sets the statistics to the real value. <#VL>
<C><#VL> <#VL>HORIZONTAL <#VL>Specifies a horizontal histogram. <#VL>
<C><#VL> <#VL>VERTICAL <#VL>Specifies a vertical histogram. <#VL>
<C><#VL>Graph <#VL>PLOT <#VL>Specifies the graph will draw a plot graph. <#VL>
<C><#VL> <#VL>LINE <#VL>Specifies the graph will draw a line graph. <#VL>
<C><#LL<#HL(10)><#BT><#HL(11)><#BT><#HL(44)><#LR>
<C><#HL(70)>
<C>Document Created: June, 1995
<C>Document Revised: November, 1995
<C>Document Revised: March, 2012
|