I'm trying to make a terminal for the TI84 PLUS CE using ICE. I know how to accept user input and store it inside a variable using this code:

SourceCoder 3 (TEST) wrote:
:[i]TEST
:det(0
:det(5,000
:det(21,007
:Input "$",X
:
:
:Pause
:det(1



I'm trying to give the terminal kind of a Matrix look. I can print things, but not accept user input. I can do this in the regular home menu though, but I want to know how to do this in the graphics canvas. Any help would be appreciated.
De2290 wrote:
I'm trying to make a terminal for the TI84 PLUS CE using ICE. I know how to accept user input and store it inside a variable using this code:

SourceCoder 3 (TEST) wrote:
:[i]TEST
:det(0
:det(5,000
:det(21,007
:Input "$",X
:
:
:Pause
:det(1


I'm trying to give the terminal kind of a Matrix look. I can print things, but not accept user input. I can do this in the regular home menu though, but I want to know how to do this in the graphics canvas. Any help would be appreciated.


ICE does not work like that you only use basic functions in the basic canvas. also you have to make your own input routine Wink
or wait for Xenon to come out it has it's own Terminal Razz
Then how should I make my own input routine? Do you have one?
De2290 wrote:
Then how should I make my own input routine? Do you have one?

use the getkey function and a string fuction
when a key is pressed such as [math] you will then have to store "A" in the string your using


Code:
......
getkey →K
if K = 47
Str1+"A"→Str1
End

now you need to work on the displaying and the repeat loop
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement