Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: persalteas on May 15, 2013, 08:41:14 am

Title: [Solved] MathPrint font : 4x6 or 4x7 ?
Post by: persalteas on May 15, 2013, 08:41:14 am
Hi,

I have a problem when I try to run a program (that works on all the calcs I have excepted on MathPrint OSes).

Please look at the pic I joined to this post, you will notice that the Text() command displays some 4x7 characters.

A very simple program can verify this:
Code: [Select]
For(A,1,62
Horizontal A
End
Text(52,3,1

But I'm SURE it is possible to draw regular 4x6 characters like on any 83/83+, I managed just now, but I don't remember how !  :mad:
Adding the CLASSIC command at the begining of the program does not solve the problem...


Do you know on which parameter the font size depends ?
Thank you very much !

EDIT: I found the answer on TI|BD: this is a bug of the Text() command. You can disable this effect by using a heavy and useless ":G-T:Full" at the begining of the program. That works.
Title: Re: MathPrint font : 4x6 or 4x7 ?
Post by: Hooloovoo on May 15, 2013, 08:58:53 am
I am almost positive that it has something to do with a table, either the graph table or the stat editor. I think setting the screen to g-t and back will fix it.
Title: Re: [Solved] MathPrint font : 4x6 or 4x7 ?
Post by: DJ Omnimaga on May 15, 2013, 12:56:09 pm
It's a TI-84+ OS glitch when accessing the MODE menu or something else I believe. It happens in every OS. I saw it happen on my 83+ once when I was running OS 1.12 too, but I didn't figure out how to recreate the bug.
Title: Re: [Solved] MathPrint font : 4x6 or 4x7 ?
Post by: Sorunome on May 15, 2013, 04:44:09 pm
Oh, i thought it always erased the line underneath..... O.O
Title: Re: [Solved] MathPrint font : 4x6 or 4x7 ?
Post by: blue_bear_94 on May 15, 2013, 04:59:18 pm
Try drawing the bottom line AFTER the text.