action
alpha
| Action: |
Sets entry item validation to accept alphabetic characters only.
|
Pattern: |
{^[a-zA-Z]+$}
|
| Used: |
addEntries
addEntry
|
alphanumeric|alphanum
| Action: |
Sets entry item validation to accept alphabetic and numeric characters only.
|
Pattern: |
{^[a-zA-Z0-9]+$}
|
| Used: |
addEntries
addEntry
|
blue
buttondata
| Action: |
Defines row layout of button items.
|
Format: |
{name options} {...}
The name and options are the same as for addButton.
A null button item will display a gap of pad characters between
Button Items.
|
| Used: |
addButtons
|
cell
| Action: |
Identifies a Grid item cell.
|
| Format: |
row:column
Both the row and column are in cells. Cell numbering is indexed from zero.
|
| Used: |
setItem
setItemState
|
center
| Action: |
Label text will be center aligned within the label area. The default alignment is
left (there is no specific left align option). If more than one alignment option
is specified, then the last only is used.
|
| Used: |
addEntries
addEntry
addGrid
addLabel
|
| See: |
right
|
color(foreground/background)
| Action: |
Sets appropriate foreground and background colour attributes for an item to foreground/background.
Any colours in the Colour List may be used.
|
| Format: |
foreground/background
Either foreground or background can be null, in which case the null
item will display in the default colour. If one colour only is specified without using
a slash ("/") the foreground colour will be set. When used with addBorder
all variations will set the background colour. When used with a text item in "edit" mode
the foreground and background colours work normally. When used with a text item in
"read-only" mode the background colour works normally, but the foreground colour sets
the foreground text colour for "links" and "actions".
|
| Used: |
addBorder
addButton
addEntry
addGrid
addLabel
addText
|
| See: |
color(color)
|
color(color)
columndata - (Entries)
| Action: |
Defines column/row (grid) layout of entry items.
|
Format: |
{column_1_size {name ?size? options} {...}} {column_n_size {name ?size? options} {...}}
column_n_size is in the same format as the Entry Item size parameter.
The label size specifed in column_n_size will be used for all Entry Items in the column.
A null entry item will display a gap equal to the size of one Entry Item in the grid.
|
| Used: |
addEntries
|
columndata - (List)
| Action: |
Defines column layout of Multi Column Listbox.
|
Format: |
{label,size,?justify? ...}
The column title is derived from the label (See Name Format).
The column size is the width in characters. By default the column will be left aligned.
The justify options are "numeric" and "right". Numeric justification lines up on the decimal
point. If there is no decimal point, numbers are right aligned, text left aligned.
|
| Used: |
addMultiList
|
confirm(message)
| Action: |
Enables action confirmation dialog. The action confirmation dialog will "pop-up"
when the action is invoked. The message text will be displayed in the dialog,
together with "OK" and "Cancel" buttons. If the "OK" button is pressed the action
continues. Pressing the "Cancel" button aborts the action.
|
Format: |
message
The message text must not contain spaces. Use underscores ("_") instead
of spaces. For display purposes the underscores will be replaced with spaces.
|
| Used: |
addButton
addButtons
addEntries
addEntry
addMenu
addMultiList
addText
addToolbar
|
copy(?data_items?)
| Action: |
Copies data from multi-list columns into data items.
|
| Format: |
column_1_item,column_2_item,column_3_item,...
The data from column 1 of the multi-list is copied to the first data item in the list,
and so on. If there is a column which is not to be copied to a data item, then a null
data item name must be used.
|
| Used: |
addMultiList
|
courier
courier(size)
darkgray
date
date_format
| Action: |
Sets date format to be used for entry item validation.
|
Formats: |
mm/dd/yy
mm/dd/yyyy
dd/mm/yy
dd/mm/yyyy
mm.dd.yy
mm.dd.yyyy
dd.mm.yy
dd.mm.yyyy
|
| Used: |
setDateFormat
|
| See: |
date
|
disabled
edit
| Action: |
Create editable item.
|
| Used: |
addText
|
exit
filesave(file)
| Action: |
Enables filesave dialog. The filesave dialog will "pop-up" when the action is invoked.
The path/files identified by file will be displayed by default. If the "OK" button
is pressed the action continues. Pressing the "Cancel" button aborts the action. If a filename
is entered which identifies an existing file a warning dialog is displayed.
|
Format: |
file
The file must exist and not contain spaces.
|
| Used: |
addButton
addButtons
addHotKey
addMenu
addToolbar
|
fileselect(file)
| Action: |
Enables fileselect dialog. The fileselect dialog will "pop-up" when the action is invoked.
The path/files identified by file will be displayed by default. If the "OK" button
is pressed the action continues. Pressing the "Cancel" button aborts the action. If a filename
is entered which identifies a non-existant file a warning dialog is displayed.
|
Format: |
file
The file must exist and not contain spaces.
|
| Used: |
addButton
addButtons
addHotKey
addMenu
addToolbar
|
flat
focus
| Action: |
Gives focus (positions cursor) to the entry. If more than one entry is given
focus, then the last created is used.
|
| Used: |
addEntries
addEntry
|
gray
green
griddata
| Action: |
Defines layout of Grid.
|
Format: |
{{text ?options?} {} ...} {{text ?options?} {text ?options?}...} {{...}}
The text defines the text to appear on the button/label. By default a button
is created. The text may be prefixed with either "!" (to create label) -or- ":"
(to create icon button). The braces ("{}") around the cell text/options is not required
if no cell options are being specified.
|
| Used: |
addGrid
|
groove
group
group(?groups?)
group(?groups?) - (Menu)
| Action: |
Sets list of groups for which menu item is enabled.
|
| Format: |
?+|-?group_1,?+|-?group_2,?+|-?group_3,...
The optional "+" or "-" prefix specifies that the item should always be normal/disbaled
regardless of the current state.
|
| Used: |
addMenu
|
helvetica
helvetica(size)
horizontal
help(message)
| Action: |
Enables balloon help. The balloon help message text will be displayed when
the mouse pointer is over the button for more than a half second. The balloon help
will disappear when the mouse pointer moves away from the button.
|
Format: |
message
The message text must not contain spaces. Use underscores ("_") instead
of spaces. For display purposes the underscores will be replaced with spaces.
|
| Used: |
addToolbar
|
icon
icon(icon)
| Action: |
Create button with icon instead of name text. When using icon buttons
the button width is in pixels instead of characters.
|
Format: |
icon
The icon must be chosen from the Icon Selection.
|
| Used: |
addButton
|
integer|int
| Action: |
Sets entry item validation to accept numeric characters only.
|
Pattern: |
{^[0-9]+$}
|
| Used: |
addEntries
addEntry
|
inverse
inverse(colour)
| Action: |
Sets background to colour and (by default) text colour to "white".
|
| Format: |
colour
The colour may be blue|darkblue|darkgray|darkgreen|darkred|gray|green|red|yellow|white.
|
| Used: |
addGrid
addLabel
|
| See: |
inverse
|
ipaddress|ip
| Action: |
Sets entry item validation to accept internet IP address format string only.
|
Pattern: |
{^[0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}$}
|
| Used: |
addEntries
addEntry
|
item - (Menu)
| Action: |
Sets menubar menu item name.
|
| Used: |
addMenu
|
labels
| Action: |
Sets list of labels to be used by command.
|
| Format: |
{?+?label_1 ?+?label_2 ...}
The optional "+" label prefix is used to indicate that the Check/Radio button is activated.
|
| Used: |
addCheckButtons
addRadioButtons
|
left
'literal'
| Action: |
Defines a literal (constant) value.
|
Format: |
'literal'
The value of literal will be used without being interpreted as a variable.
|
| Used: |
addGrid
|
menu
| Action: |
Sets menubar menu name.
|
| Used: |
addMenu
|
modal
money
| Action: |
Sets entry item validation to accept a "money" format (numeric with 2 decimal places)
string only.
|
Pattern: |
{^[0-9]+[.][0-9]{2}$}
|
| Used: |
addEntries
addEntry
|
name
name - (HotKey)
| Action: |
Gives name to a HotKey. HotKey names identify keyboard key combinations which will invoke
the associated HotKey action. Case is significant in HotKey names. For example:
Control-c refers to the control key combined with lowercase "c".
|
Format: |
Alt-
Control-
Shift-
F1 to F12
...and combinations...
Alt-Control-
Control-Shift-
...etc.
|
| Used: |
addHotKey
|
noborder
normal
notags
| Action: |
Disable "tag" processing.
|
| Used: |
addText
|
| See: |
tags
|
nowrap
| Action: |
Disable automatic word-wrap.
|
| Used: |
addText
|
| See: |
wrap
|
numeric|num
| Action: |
Sets entry item validation to accept numeric characters with/without decimal only.
|
Pattern: |
{^[0-9]+[.]?[0-9]*$}
|
| Used: |
addEntries
addEntry
|
options
outline
pad
pad(size) - (Grid)
| Action: |
Sets the padding around grid cells to size pixels.
|
Format: |
size
The size must be an integer.
|
| Used: |
addGrid
|
parameters
| Action: |
Sets list of parameters to be used by command.
|
| Used: |
action
|
pattern
position
position - (Toolbar)
| Action: |
Sets position of toolbar item(s).
|
| Format: |
ypos
The "y" position is in rows (from zero), where one row is the line spacing in the
default font used for a label.
|
| Used: |
addToolbar
|
position - (Window)
| Action: |
Sets position of top left of child window.
|
Format: |
+xpos+ypos
The "x" and "y" positions are in pixels.
|
| Used: |
newWindow
placeWindow
|
raised
red
return
| Action: |
When a saved screen is restored, return the value of "this" item to an item with
the same name.
|
| Used: |
addData
addEntries
addEntry
|
return(item)
| Action: |
When a saved screen is restored, return the value of "this" item to the item specified.
|
| Format: |
item
The item must identify an item in the screen to be restored.
|
| Used: |
addData
addEntries
addEntry
|
right
safe
| Action: |
Sets data item to "safe". Safe data items are not deleted by clear.
|
| Used: |
addData
|
save
save(name)
| Action: |
Causes a new saved screen to be created. All SAT/DL commands in the current screen file
are saved.
|
| Format: |
name
Identifies the name to be used for the saved screen.
|
| Used: |
newScreen
|
secret
| Action: |
Sets entry item to display "*" for each character entered.
|
| Used: |
addEntries
addEntry
|
selectlist
| Action: |
Sets list of selections to be used by command.
|
| Format: |
{?+?selection_1 ?+?selection_2 ...}
The optional "+" selection prefix is used to indicate that the selection set the value
of the created item.
|
| Used: |
addPickList
|
size - (Border/Screen)
| Action: |
Sets the size (width and height) of a border/screen.
|
| Format: |
widthxheight
The width is in columns, where one column is the average width of a character in the
default font used for a label. The height is in rows, where one row is the line spacing
in the default font used for a label.
|
| Used: |
addButton
addButtons
|
size - (Button)
| Action: |
Sets the size (width) of a button item.
|
| Format: |
width
The width is in columns, where one column is the average width of a character in
the default font used for a label. If the button is set to display an icon the
width is in pixels.
|
| Used: |
addButton
addButtons
|
size - (Entry)
| Action: |
Sets the size (label/entry width) of an entry item.
|
| Format: |
label,entry
Both the label and entry widths are in columns, where one column is the average width
of a character in the default font used for a label.
|
| Used: |
addEntries
addEntry
|
size - (Grid)
| Action: |
Sets the size (width) of a grid cell.
|
| Format: |
width
The width is in columns, where one column is the average width of a character in
the default font used for a label.
|
| Used: |
addGrid
|
size - (Multi-list)
| Action: |
Sets the size (lines) of a multi-list item.
|
| Format: |
lines
The number of data lines to be displayed (without scrollbar).
|
| Used: |
addMultiList
|
size - (Picklist)
| Action: |
Sets the size (width and number of display lines) of a picklist.
|
| Format: |
width,lines
The width is in columns, where one column is the average width of a character in the
default font used for a label. The lines is in rows, where one row is the line spacing
in the default font used for a label. A scrollbar will automatically be added if the
number of lines in the picklist is greater than the display size.
|
| Used: |
addPickList
|
state
style
style(definition)
| Action: |
Defines toolbar style.
|
| Format: |
style(style,orient,size,position,button,separator,border,underline)
See Style definitions for details.
|
| Used: |
addToolbar
|
sunken
tags
text(?text?)
times
times(size)
title
top
| Action: |
Add new value/line/data to the top (begining) of the item.
|
| Used: |
updateItem
|
validate
validate(?prefix?)
validation
value
white
window
wrap
xscroll
| Action: |
Adds "X" direction (horizontal) scrollbar
|
| Used: |
addText
|
xyscroll
| Action: |
Adds "X" direction (horizontal) and "Y" direction (vertical) scrollbars
|
| Used: |
addText
|
yscroll
yellow
Copyright © 2002 Adrian Davis.