TIB: Returning home on the TI-92


[Prev][Next][Index][Thread]

TIB: Returning home on the TI-92




To get to the homescreen (or any other application for that matter), use 
the Mode splitscreen settings. For example:

  setMode({"splitscreen","full","Split 1 App","Home"})

will put your TI-92 in fullscreen, and it will be the homescreen.
Please, take a look in Page 438 of your manual for more information.

*** I assume that this question is so that the user's original screen 
can be restored. For this, there is an even better way, similar to the 
one above. Near the beginning of your program, before your program 
leaves the homescreen, you can use 

  getMode("ALL")->temp
or
  setmode( [whatever you want to change] )->temp
(Note: -> represents the store symbol)
to save the original settings, and you can restore them just before 
ending the program with
  setmode(temp)

Hope this can be of help!

Tavis

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com