Re: A89: PLEASE ANSWER MY QUESTIONS!


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

Re: A89: PLEASE ANSWER MY QUESTIONS!




At 23:56 1998-12-23 -0800, you wrote:
>
>C'mon people.  I thought we were supposed to help people with questions.
>>
>> Maybe this time someone will answer my questions...
>> > I also have some questions.  I'm sure they're easy for most of you,
>> > but I am a beginner, so please have patience.
>> > 
>> > 1.)  When you wait for a key press (like when using idle_loop, I
>> > believe), how does that work?  Does it transmit the basic getkey
>> > number equivalent into d0?

*sigh*  it IS only me who reads the manuals..  

<cutted from util.htm from plusshel>
util::idle_loop() *#
Waits for a key press.
Output: D0.W = Code of last key pressed (codes can be found in TI-92
manual).
<end>

the keycodes are in the TI-89 manual to...


>> > 2.) How do you turn off the BUSY indicators as well as the whole
>> > status line.  I mean like if I push 2nd, I don't want it to display
>> 2nd.
>> > 
>> > 3.) I've read other's code but don't understand how they change font
>> > size. Especially how to write to the status bar.
>> > 
>> > Thanks for your patience, all.

answered these in another mail..

//Olle


References: