Erd_Notice - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Dialog

ERD_notice

Declaration:
BOOL ERD_notice (UCHAR const * title , UCHAR const * msg )
Category(ies):
Dialog, Error Handling
Description:
Displays text of msg in a pop-up window. The window stays on the screen
after returning to the caller.
Use this routine to notify the user that a long-running operation has begun.
Call ERD_dismissNotice to remove the pop-up window when the
operation is complete.
Inputs:
title — Window title.
msg — Text of message.
Outputs:
Returns TRUE if the pop-up window is displayed. Returns FALSE if the
window could not be opened.
Assumptions:
The text of msg is word-wrapped as necessary to fit in the width of the
message box.
May cause heap compression.
Side Effects:
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
ERD_dismissNotice
Example:
BOOL bNotice;
bNotice = ERD_notice((UCHAR *)"WARNING", (UCHAR *)"Database reorganization in
.
. /* reorganize database */
.
if (bNotice)
ERD_dismissNotice();
TI-89 / TI-92 Plus Developer Guide
progress -- do not interrupt!");
Not for Distribution
357
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