Author Topic: Text Command Erasing Pixels  (Read 5455 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Text Command Erasing Pixels
« Reply #15 on: September 23, 2011, 10:35:54 pm »
I suggest doing this:
Pt-Off(X+1,Y+1,2)
Pt-Off(X+1,Y+1)
Pt-Off(X+4,Y+1,2)
Pt-Off(X+4,Y+1)
Pt-Off(X+1,Y+4,2)
Pt-Off(X+1,Y+4)
Pt-Off(X+4,Y+4,2)
Pt-Off(X+4,Y+4)
It's not very elegant, but it's the best I can come up with.
If you can deal with it being 8 pixels long (but still 6 wide), I strongly recommend doing this:
Text(-1,Y,X,"   // One space

Good luck! :)

Offline Blue72

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +3/-0
    • View Profile
Re: Text Command Erasing Pixels
« Reply #16 on: September 23, 2011, 10:46:00 pm »
I do appreciate all of the suggestions, but I have decided to stick with the small spaces, and add an inconspicuous pixel under text on the start menu. It checks to see if it's there, and if not, it shows an error screen which explains that the user needs to open and close the table and restart the program.  :)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Text Command Erasing Pixels
« Reply #17 on: September 23, 2011, 10:48:41 pm »
I do appreciate all of the suggestions, but I have decided to stick with the small spaces, and add an inconspicuous pixel under text on the start menu. It checks to see if it's there, and if not, it shows an error screen which explains that the user needs to open and close the table and restart the program.  :)
Remember that this won't work on the MP OSes (Because TI is lame).

However, if you still want to go through with it, use this code instead of exiting:
:G-T
:DispGraph
:Full

This will automatically display the table, so then you don't even have to exit the program.

Offline Blue72

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +3/-0
    • View Profile
Re: Text Command Erasing Pixels
« Reply #18 on: September 23, 2011, 10:59:52 pm »
How frustrating :P Ah well, I've decided to just display a warning instead that explains that it might have erasing bugs and then run the possible fix.