TI-Nspire™ CX II-T Is Now Available!
|
06-06-2019, 04:06 AM
Post: #38
|
|||
|
|||
RE: TI-Nspire™ CX II-T Is Now Available!
The TI-Nspire graphics mode is good in display graphics. Unfortunately, once graphics mode is entered, the Nspire stays in graphics mode. Not even calling a subroutine or another program terminates graphics mode.
This means that when the Nspire is in graphics mode, the commands Request, RequestStr, and Text are no longer accepted. So the only to get input and ouptut, is probably the use of the getkey command (and possibly a lot of string building, i.e. if getkey(1)="0", add 0 to the number string, use DrawText, etc). Maybe in a future update Request, RequestStr, and Text become available in graphics mode. Here is an example of entering a number using getkey when the Nspire CX II is in graphics mode, this allows for entering decimal points and negative numbers. Press [enter] to terminate number entry: Code: Define enterdemo()= |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)