.adjust
.border
If the object height is > 2 then object height will be reduced by 2.
Groupbox
Dialog Manager Groupbox object does not have a title bar.
Listbox
Dialog Manager Listbox object does not have a title bar.
The Eloquence .multiline attribute is not supported.
Be careful with the .file attribute: The corresponding file will
be read from the local system. If Dialog server is running on PC platform,
this file is expected on PC.
This behaviour is subject to change in the next patch.
EditText
Dialog Manager Edittext object does not have a title bar.
Attribute value will always be empty string.
In a graphical environment (Motif, MS Windows), EditText is always
in insert mode.
Maxlines attribute is not supported.
Attribute value will always be 0.
An edittext is considered "editable" if either sensitive is true or
focusable is false.
An edittext is considered "sensitive" if either sensitive or
focusable is true.
EQ State | AT_sensitive | AT_focusable |
Sensitive & Editable | true | false |
Sensitive | false | true |
Editable | false | false |
(neither) | false | false |
There is an ambiguity in states.
If a not editable not sensitive object becomes sensitive, we're
in trouble. How to restore the "editable" attribute ?
It will become "editable" in this implementation.
Be careful with the .file attribute: The corresponding file will
be read from local system. If Dialog server is running on PC platform,
this file is expected on PC.
This behaviour is subject to change in the next patch.
DLG HELP
The DLG HELP statement is not supported with Dialog Manager.
This behaviour is subject to change in the next patch.
Last update: 95/11/08