View Single Post
Old 07-24-2008, 02:54 AM   #113
gczobel
Enthusiast
gczobel began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jul 2007
Device: Sony Reader PRS-500, Kindle DXG
Thanks for the advice Igorsk!
I updated the code and now the keyboard and the cursor work in a different way for each model.

But I have another problem... because the differences on the skinMain png, the lines with the word definition are different... the lines are defined in this way on the xml for the 505 model:
Code:
<kbookLabel id="line1" skin="textkl" left="30" right="150" top="215" height="60" align="left" text=""/>
and for the 500:
Code:
<kbookLabel id="line1" skin="textkl" left="30" right="30" top="130" height="60" align="left" text=""/>
We have 2 options here...
1) a different xml file for each model
2) a way to change the size and position of the "line(n)" on the js code.

I think that the 2nd option is the best... but I don't known if this is possible to do (and how).

Regards
gczobel is offline   Reply With Quote