Post Reply 
Where to port a Prime graphical program to, to get a better visualization?
02-13-2019, 07:12 AM
Post: #4
RE: Where to port a Prime graphical program to, to get a better visualization?
Hello,

PPL is only available on Prime (as far as I know), and other systems would certainely not have access to all the nice functions available in Prime...

So, what could you do?

Well, PPL can work on other "graphical objects" than the screen. And can create png/jpg files...

So, here is my advice. Modify your program to output your graphics on G1 (or other), dimention G1 to be higher res (1024*768)? and do a AFile("name.png"):= G1 to save the graphic as a png.

If you are in the emulator, you can directly see the file in %programData%/HPPrime/....

On the calc, you will have to send the app to the PC to get it.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Where to port a Prime graphical program to, to get a better visualization? - cyrille de brébisson - 02-13-2019 07:12 AM



User(s) browsing this thread: 1 Guest(s)