Dlgnotice; Dialog - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix C: Macros — Dialog

DlgNotice

Declaration:
WORD DlgNotice (const char * Title , const char * Message )
Category(ies):

Dialog

Description:
Issue a dialog with a given Title , a word-wrapped Message , and a single
OK button. The Message string may contain newline constants. The dialog
box will be sized to fit the screen with a predefined width for the TI-89 and
the TI-92 Plus.
Inputs:
Title
Message
KB_ENTER — User pressed ¸ to close dialog box.
Outputs:
KB_ESC
Assumptions:
Access_AMS_Global_Variables is defined. If there is not enough memory
for the dialog box, a low memory version will be used (no word wrapping);
so this dialog will always succeed.
Side Effects:
May cause the heap to be compressed.
Availability:
All versions of the TI-89 / TI-92 Plus. However, on AMS 2.04 and higher,
word wrap also occurs on commas and spaces.
TI-89 / TI-92 Plus
Differences:
None
See Also:
DlgMessage
Example:
DlgNotice("ERROR IN SETUP", "Invalid value" );
TI-89 / TI-92 Plus Developer Guide
— String pointer for title of dialog box (no title if NULL).
— String pointer message to be word wrapped in dialog
box.
— User pressed N to close dialog box.
Not for Distribution
1289
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents