Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | guiutils |
title | text in the window title |
label | text in the window |
actions | (a.label a.function)record of functions |
layout | ignored for now |
data | record of datums |
progress | T or F (Shows a progress bar, not implemented) |
Each member of a data record is a datum and has the following
members
label | Description of datum field |
type | one of the following: string, vector_string, float, double |
long, integer, file, table, time, date, or | |
text - string with more than oneline of text | |
required | boolean, T if required for processing |
hint | check, radio, list, menu |
enums | vector of allowed values |
multiple | boolean for allowing multiple choices of enums |
range.min | minimum value |
range.max | maximum value |
default | default value |
verify | function to verify input |
mask | display mask (not implemented) |
help.url | a URL to drive a web browser (not implemented) |
help.text | text for help of this field (not implemented) |
If a user keys in a value starting with a $, the Glish variable with that same name (minus the $) will be used for that input value.
inputform | Creates a input form, either stand-alone or in a frame |
tabform | Creates a tab-styled input form, either stand-alone or in a frame |