Post Reply 
a good code editor for HP Prime
11-30-2019, 02:20 PM
Post: #15
RE: a good code editor for HP Prime
Hi Steve,

When rethinking your last post, your observations are not that great anymore:
A working 'DIMGROB_P(G1,512,6*400+5);' means a max of only 2405 pix height, thus 185 lines per G page (one line 13 pix height). Assuming G1...G4 are used for textoutput only 740 lines are available (depending on the version vkbd uses G7,G8,G9; G6 for header footer; G5 for textlength).

And what is more, when starting Virtual KB required less G1 size means: available max size of individual G depend on available overall mem. Thus even the 185 lines per one G page could fail, when using G1, G2, G3 and G4 together.

In any case here a version 1.5, using G1...G4 with
Code:
LOCAL numrowsper_g:=185; // is this the max value on physical Prime?
LOCAL pixmaxwidth :=512; // is this the max value on physical Prime?
corresponding your observations. Hope you find time to test this on physical prime and wonder what hardware will say to this attempt...

.zip  CodeEditor_15.zip (Size: 24.4 KB / Downloads: 36)
Frank.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: a good code editor for HP Prime - FrankP - 11-30-2019 02:20 PM



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