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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Where to port a Prime graphical program to, to get a better visualization? - Jean-Michel - 02-12-2019, 01:16 PM
RE: Where to port a Prime gaphical program to, to get a better visualization? - DrD - 02-12-2019, 03:15 PM
RE: Where to port a Prime graphical program to, to get a better visualization? - Jean-Michel - 02-12-2019, 08:44 PM
RE: Where to port a Prime graphical program to, to get a better visualization? - cyrille de brébisson - 02-13-2019 07:12 AM
RE: Where to port a Prime graphical program to, to get a better visualization? - Jean-Michel - 02-13-2019, 12:20 PM
RE: Where to port a Prime graphical program to, to get a better visualization? - tcab - 02-13-2019, 12:54 PM
RE: Where to port a Prime graphical program to, to get a better visualization? - DrD - 02-13-2019, 03:47 PM
RE: Where to port a Prime graphical program to, to get a better visualization? - cyrille de brébisson - 02-14-2019, 07:23 AM
|
User(s) browsing this thread: 1 Guest(s)