Appendix A: System Routines — Dialog
349
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
DialogDo
Declaration:
WORD
DialogDo
(HANDLE
DialogHandle
, short
x0
, short
y0
,
char *
FieldBuf
, WORD *
OptionList
)
Category(ies):
Dialog
Description:
Works like
Dialog
only for dynamically created dialog boxes. Instead of
being passed a pointer to a dialog structure, this routine uses the handle of
a dynamically created dialog box.
Inputs:
DialogHandle
— HANDLE created by
DialogNew
and modified with
DialogAdd
.
The rest of the parameters are the same as in the
Dialog
function.
Outputs:
Same as
Dialog
.
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: Dialog, DialogNew, DialogAdd
Example:
See
DialogNew
.