Hi @ Lisak and G@O!
Quote:
Originally Posted by lisak
Well, I personaly don't have the access to 500 model, so any serious work/testing would have to be done by somebody else.
|
As obviously you cannot test your modified version on a PRS500 I tried to collect information for such a version, and attached a suitable "skinMain500.png".
The array in autorun.js must be:
Code:
target.keyMap = new Array(
new Array('w','s','x'),
new Array('e','d','c'),
new Array('r','f','v'),
new Array('t','g','b'),
new Array('y','h','n'),
new Array('u','j','m'),
new Array('i','k','CD'),
new Array('o','l','CLR'),
new Array('p',' ','BS'),
new Array('q','a','z') );
Then your functions "clearLines" and "printLines" (and maybe others) need be reduced to 6 text lines. These lines are longer ("lineLength" about "50"?) each than in the 505 version (see autorun.xml).
In your function "arrowKey" "lineCursor.changeLayout" should (hopefully) be:
(541, undefined, undefined, 553+ this.xCol *48, undefined, undefined)
Maybe "this.xCol *48" needs a correction, though...
The positions for text lines in autorun.xml should be:
Quote:
<!-- At top defined "id=sometext" has size="48" (instead of "40").
(L/R/T/H) "inputLine": 50/30/85/60
(TOP) "line1".."line6": 200,235,270,305,340,375
(L/R/H) "line1".."line6": 45/30/60
"statusLine": not defined - see "skinMain500.png".-->
|
You can of course run a PRS500 app/layout on your PRS505. It just feels a little "funny".
I hope to have made an easy adaption for us "505 oldies" possible. For more information just ask me. THANX!