EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #954 background imageLoading...
Page #954 background image
912
Appendix A: System Routines — Mode Screen Settings
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
MO_digestOptions
Declaration:
void
MO_digestOptions
(void)
Category(ies):
Mode Screen Settings
Description:
Changes mode settings to reflect values stored in global array
MO_option
.
This is how you change system mode settings from your app. First call
MO_currentOptions
to load the current mode settings into
MO_option
.
Then, change mode settings you are concerned with in array
MO_option
.
Finally, call
MO_digestOptions
to process your changes.
See
MO_option
for details of what values you can store in this array.
Inputs:
defaultFolder This should always be zero (0) when called by an app.
The MODE dialog box calls this routine with a nonzero
value to indicate which folder name is highlighted in the
“Current Folder” pop-up menu.
Outputs:
None
Assumptions:
None
Side Effects:
This routine sends a CM_MODE_CHANGE message to each app, which
may in turn cause heap compression, window repaints, and other side
effects known only to the apps.
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: MO_currentOptions
,
MO_option
Example:
Access_AMS_Global_Variables; /* so we can access MO_option */
MO_currentOptions(); /* get current mode settings */
MO_option[MO_OPT_ANGLE] = D_ANGLE_RAD; /* Change to radians mode */
MO_digestOptions(0);

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals