View Single Post
Old 11-04-2012, 06:10 AM   #3916
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
drmtiede,

you are welcome!

Please check building custom installer and/or using a Beta-Pack in the project WIKI.

The file to target is ViewerSettings_x50.js lines 546 to 562.

Spoiler:
Code:
 {
                                name: "AutoPageTurnerTime",
                                title: L("AUTO_PAGE_TURNER"),
                                icon: "CLOCK",
                                defaultValue: "60",
                                values: ["10", "20", "30", "40", "50", "60", "75", "90", "105", "120", "150", "180", "210", "240", "270", "300"],
                                valueTitles: {
                                        "10": LX("SECONDS", 10),
                                        "20": LX("SECONDS", 20),
                                        "30": LX("SECONDS", 30),
                                        "40": LX("SECONDS", 40),
                                        "50": LX("SECONDS", 50),
                                        "60": LX("SECONDS", 60),
                                        "75": LX("SECONDS", 75),
                                        "90": LX("SECONDS", 90),
                                        "105": LX("SECONDS", 105),
                                        "120": LX("SECONDS", 120),
                                        "150": LX("SECONDS", 150),
                                        "180": LX("SECONDS", 180),
                                        "210": LX("SECONDS", 210),
                                        "240": LX("SECONDS", 240),
                                        "270": LX("SECONDS", 270),
                                        "300": LX("SECONDS", 300)
                                }
                        },
Mark Nord is offline   Reply With Quote