View Single Post
Old 08-03-2008, 06:55 AM   #93
Peto
Legal Alien
Peto doesn't litterPeto doesn't litter
 
Peto's Avatar
 
Posts: 288
Karma: 105
Join Date: Jan 2008
Device: Sony PRS-505/T1/Kindle PW2
Quote:
Originally Posted by porkupan View Post
This is exactly the wrong fix. The correct fix for joypad page turning is this:

Add a doRight() override to main.xml (for book reading only):
Code:
<kbookPage id="PAGE" left="0" right="0" top="0" bottom="30" href="x-id://bookData">
   <code>
      <function id="doRight">
         this.bubble("doNext");
      </function>
Where exactly do we paste this inside main.xml?

I just added it after the first "<kbookPage id="PAGE"". That right?

Last edited by Peto; 08-03-2008 at 07:05 AM.
Peto is offline   Reply With Quote