Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Vile Smile on October 17, 2010, 01:39:56 pm

Title: Displaying Text?
Post by: Vile Smile on October 17, 2010, 01:39:56 pm
I'm aware of displaying text on the home screen, but is it possible to display text on the same screen where sprites, lines, shapes, etc. are drawn?
Title: Re: Displaying Text?
Post by: SirCmpwn on October 17, 2010, 01:41:32 pm
Yes, use Fix 5 first and then use Text( to draw text.
Title: Re: Displaying Text?
Post by: DJ Omnimaga on October 18, 2010, 12:49:56 am
I think it also works without Fix 5 but I'm not sure anymore. It has to be display in a specific order. If you use Fix 5 don't forget to do Fix 4 before exiting the game, though, else, weird things happen with text.
Title: Re: Displaying Text?
Post by: Happybobjr on October 18, 2010, 07:17:12 pm
fix 5 doesnt work on my calc it seems
Title: Re: Displaying Text?
Post by: DJ Omnimaga on October 18, 2010, 07:40:41 pm
Erm strange... could you do a full mem clear and OS reinstall if a RAM clear doesn't fix it? Maybe post your entire source code in case it is something else in the code breaking it.
Title: Re: Displaying Text?
Post by: Deep Toaster on October 18, 2010, 07:41:29 pm
He solved the problem: http://ourl.ca/7216/129996 (http://ourl.ca/7216/129996)
Title: Re: Displaying Text?
Post by: DJ Omnimaga on October 19, 2010, 02:58:04 am
Ah great to hear :D