View Single Post
Old 04-19-2013, 04:23 PM   #182
Kai771
Just a Noob
Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.
 
Kai771's Avatar
 
Posts: 145
Karma: 162610
Join Date: Aug 2011
Device: Kindle 3
@dimasic

To get what you want (i.e. overlap shading only in forward direction) in unireader.lua file, at the end of function UniReader: prevView(), add the line in red. Think of it as a thank you for Librerator installation instructions in Russian on the-ebook.org.

This is just a quick hack, not thoroughly tested, may cause some bugs... the usual disclaimer. Use at your own risk.

Code:
    pageno = pageno - 1

       if self.pan_by_page then

           Debug("two-column pan_by_page", self.pan_by_page)

           self.globalzoom_mode = self.pan_by_page

       end

   end

   self.show_overlap = 0

   return pageno

end
@NuPogodi

Thank you for kindly informing me. However, I’m not particularly motivated to invest much of my time in further development. Librerator is made mainly to satisfy my own needs, I just shared it with the world. The few reactions I got/saw on the web were mostly negative, so I probably shouldn’t have bothered, but... whatever.

It does all I need it to do. I do get a warm and fuzzy feeling thinking that someone other than me might find it useful, but that’s about it . I’m not a developer, and don’t particularly enjoy spending hours writing and debugging code. I got a Kindle so I could read, and not so I can tinker with it. I tinkered with it because I wasn’t satisfied with the OOTB reading experience. Simple as that.

Regards,
Kai
Kai771 is offline   Reply With Quote