TIB: Scrolling Procedure for TI89/92


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

TIB: Scrolling Procedure for TI89/92




Hello everybody

I have just finished writting a procedure to display a list of strings
on a ti89/92. You can use this code to parse it into your programs
to display some lines of text.

The program works especially great to display the result of a 
calculation together with a dynamicaly produced solution method.

The procedure has this features:
- Display a list of any number of strings
- Add a Windows-Like Scrolling-Bar
- Line-Up/Line-Down
- Page-Up/Page-Down
- Home/End
- Automatically insert linefeed, if line is too long

Just Call the procedure with
:mydisp(listvariable)

You can find the procedure together with a demo-program at:
http://www.daniel-keller.ch

The Program is for free use, but please send me changes done by
you with a short note.

I'm looking forward to your feedback!

Have Fun!
Daniel