I'm trying to develop a simple plain text reader add in for the Prizm. The idea is to, obviously, read the contents of a text file and display them on the screen.
One defect I find on the eActivity function, is that the font size is too big for much information to be shown on the screen at a time - you need to be constantly scrolling up and down.
The Prizm operating system has a smaller font built-in that appears, for example, on the status bar (on the top) when the Prizm is connected to the computer through USB. Note that I'm not talking about the small under-script characters you can insert by pressing CHAR on e.g. eActivity, but about a whole separate font size (which, unlike what happens if you insert multiple under-script chars together, has normal spacing).
So my question is, how to write with this smaller font size in C addins?
I was looking for something as simple to use as PrintXY.
KermM told me there was a routine already written for this, but it was not documented. So, anyone who has the routine can be kind enough to share it with the community (assuming he/she has permission from the original author)?
(Other questions I have include how to use scrollbars to slide text up and down, but I think I can try to figure that out later )
One defect I find on the eActivity function, is that the font size is too big for much information to be shown on the screen at a time - you need to be constantly scrolling up and down.
The Prizm operating system has a smaller font built-in that appears, for example, on the status bar (on the top) when the Prizm is connected to the computer through USB. Note that I'm not talking about the small under-script characters you can insert by pressing CHAR on e.g. eActivity, but about a whole separate font size (which, unlike what happens if you insert multiple under-script chars together, has normal spacing).
So my question is, how to write with this smaller font size in C addins?
I was looking for something as simple to use as PrintXY.
KermM told me there was a routine already written for this, but it was not documented. So, anyone who has the routine can be kind enough to share it with the community (assuming he/she has permission from the original author)?
(Other questions I have include how to use scrollbars to slide text up and down, but I think I can try to figure that out later )