since i first started using axe, i've noticed that if i use the Text( command and then use DispGraph, the text disappears! what causes this, and how can i get around it?
I think the original webpage went down, but if you look at the command list (I have version 1.2.2, presumably this is still the current version) it holds the answer.

When you use the Text( command, it writes text directly to the screen. DispGraph writes the main buffer to the screen with overwrite logic, meaning that nothing from the old screen remains.

The fix? Appropriately, the Fix command. Push [MODE], and next to Float you will see numbers 0-9. Fix 5 sets the text to be drawn to the buffer, and Fix 4 will revert back to drawing directly to the screen.
Hope this helps! Smile
thank you so much.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement