0 Members and 1 Guest are viewing this topic.
1. A command that will update the screen after all text has been drawn2. A command to change the program that the font is located in3. A command to allow people to switch back to the normal TI-OS routines, and also back to the custom font routines4. A command that allows a user to specify the custom size of his font
In designing the Ti-Basic Text routines, I'm going to use hooks so that Ti-Basic programmers won't have too much to learn. I'm going to use Output() to display 6x8 characters (for compatability and familiarity) and Text() for custom size text, where the default is 3x5. However, not having a huge knowledge of Ti-Basic, I need some suggestions as to what tokens to use for the following:1. A command that will update the screen after all text has been drawn2. A command to change the program that the font is located in3. A command to allow people to switch back to the normal TI-OS routines, and also back to the custom font routines4. A command that allows a user to specify the custom size of his fontThanks for anything you can offer
Oh, I didn't know that. Openlib really is a useless command, though.
The verdict:1. DispTable2. Select(3. ExprOn/Off4. Real(Thanks to everyone for their input!
Quote from: Qwerty.55 on November 11, 2010, 02:01:15 amOh, I didn't know that. Openlib really is a useless command, though.What does it do? I don't have an 84+, but just wondering.
Those sound pretty reasonable. And as a request, could the new hook be enabled by a prgm header? Some of those might actually be useful in plain BASIC programs.