Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 04-26-2020, 10:25 PM   #16
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,279
Karma: 27111060
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah I really dont follow. In paged mode, you scroll by pages, so there is no question of automatic scroll. In flow mode there is a builtin automatic scroll with an adjustable speed that pauses at chapter boundaries for a configurable time. So no need for mouse based infinite scroll again.
kovidgoyal is offline   Reply With Quote
Old 04-27-2020, 01:56 AM   #17
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by kovidgoyal View Post
Yeah I really dont follow. In paged mode, you scroll by pages, so there is no question of automatic scroll. In flow mode there is a builtin automatic scroll with an adjustable speed that pauses at chapter boundaries for a configurable time. So no need for mouse based infinite scroll again.
I have a different Logitec mouse and I think I now what the OPs issue is.

The scrollwheel on these can change from a "ratchet" mode to a "freespin" mode if you turn the wheel fast enough. In the "freespin" mode, the wheel spins for a long time. This is good for long web pages as you can just spin it to get to the top or bottom quickly. And in the viewer, it works the same way. Which is great if you want to get to the end of the book quickly.

I think what the OP wants is that when the end of an internal file is hit, to stop scrolling. Even if there are more scroll events coming. The use something else to scroll to the next file. Or, wait until the scroll events stop and start again.

There is an option "Stop at internal file boundaries when smooth scrolling by holding down the scroll key" in the scrolling preferences. That is for smooth scroll when holding the key down. When you hit the end of the internal file it stops. You have to release the key and start again.

I think that something similar for fast mouse scrolling is what is wanted. I have no idea whether that is possible. I have never coded for the mouse wheel, so I don't know what the events look like.
davidfor is offline   Reply With Quote
Old 04-27-2020, 02:59 AM   #18
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,279
Karma: 27111060
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
unlike with key events, there are no press and release scroll events, so the only way to implement this would be timing related hacks whic is really not going to work well.
kovidgoyal is offline   Reply With Quote
Old 04-27-2020, 10:19 AM   #19
AGlezB
Junior Member
AGlezB began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Apr 2020
Device: none
My apologies. It seems my lack of familiarity with Calibre has created quite a bit of a missunderstanding. From what I've seen so far what I called "page flip" was instead a jump between internal file boundaries.

As I understand now it is enough to set "Seconds to pause before auto-scrolling past internal file boundaries" to a suitably large value, say 999999999, and that would work as stop at the end of the boundary which is what I wanted. Is that correct?
AGlezB is offline   Reply With Quote
Old 04-27-2020, 11:34 AM   #20
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by AGlezB View Post
My apologies. It seems my lack of familiarity with Calibre has created quite a bit of a missunderstanding. From what I've seen so far what I called "page flip" was instead a jump between internal file boundaries.

As I understand now it is enough to set "Seconds to pause before auto-scrolling past internal file boundaries" to a suitably large value, say 999999999, and that would work as stop at the end of the boundary which is what I wanted. Is that correct?
That is used when you turn the auto scrolling on. Which means you don't need to use the mouse or keyboard to scroll the page, it just happens. That wasn't what I thought you were doing.
davidfor is offline   Reply With Quote
Old 06-02-2020, 10:34 AM   #21
MacGuini
Junior Member
MacGuini began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2020
Device: none
I can't find this

Quote:
Originally Posted by AGlezB View Post
My issue is that Viewer is jumping to the next page without giving me time to finish reading the page.

I understand someone else might want --or even need-- such a feature but I would appreciate if said feature is not forced on me.

Can you add a simple toggle to alter this behavior? The instructions if found indicate there used to be one.

https://www.quora.com/Can-I-disable-...eel-in-Calibre
I've looked all over the settings and can't find this feature.
MacGuini is offline   Reply With Quote
Old 06-02-2020, 10:42 AM   #22
MacGuini
Junior Member
MacGuini began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2020
Device: none
Quote:
Originally Posted by kovidgoyal View Post
if it doesnt flip pages when reaching the bottom, then that means you will not be able to scroll through the entire book using a wheel alone. Not a worthwhile tradeoff.
Dude. I've been looking for a way to disable the mouse wheel scroll on calibre all day. I have seen three posts on two different forums including this one for the past 3 years where people are asking for a simple "mouse scroll disable" feature and your argument everytime is basically, you don't like that feature. It doesn't make sense to you. You're not gonna make a work around for a hardware issue.

Well, not all of us like to flip through 500 pages after accidentally touching the touchpad while we're at the edge of our seat in a really good book. It's really frustrating. So if you could please do a favor for the rest of us and just have a little check mark box that disables mouse wheel scrolling? This isn't a hardware issue. It's a software issue. Every other software I use with mouse scrolling is no where near as sensitive as calibre. Which means....calibre programming is the problem. I read three years worth of complaints about this. It's not the user's fault.
MacGuini is offline   Reply With Quote
Old 06-02-2020, 11:02 AM   #23
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,180
Karma: 8800000
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by MacGuini View Post
Dude. I've been looking for a way to disable the mouse wheel scroll on calibre all day. I have seen three posts on two different forums including this one for the past 3 years where people are asking for a simple "mouse scroll disable" feature and your argument everytime is basically, you don't like that feature. It doesn't make sense to you. You're not gonna make a work around for a hardware issue.

Well, not all of us like to flip through 500 pages after accidentally touching the touchpad while we're at the edge of our seat in a really good book. It's really frustrating. So if you could please do a favor for the rest of us and just have a little check mark box that disables mouse wheel scrolling? This isn't a hardware issue. It's a software issue. Every other software I use with mouse scrolling is no where near as sensitive as calibre. Which means....calibre programming is the problem. I read three years worth of complaints about this. It's not the user's fault.
Please look at the screen shot, PAY attention to the part that says:

Quote:
Stop At internal file boundaries when smooth scrolling by holding down the scroll key
Quote:
Seconds to pause before auto-scrolling past internal file boundaries:
it sounds to me like you are in flow mode with auto scrolling enabled.

bernie
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2020-06-02 10-50-19.png
Views:	487
Size:	64.4 KB
ID:	179654  
gbm is offline   Reply With Quote
Old 06-02-2020, 06:20 PM   #24
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,685
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by MacGuini View Post
Quote:
Originally Posted by AGlezB
My issue is that Viewer is jumping to the next page without giving...
<snip>
I've looked all over the settings and can't find this feature.
That Quora post is 3 years old, so it is referencing the Version 3 Viewer.

See calibre - New in calibre 4.0

BR
BetterRed is offline   Reply With Quote
Reply

Tags
epub, page flip, settings, viewer


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Scroll smoothly with mouse wheel djlewis Library Management 10 05-13-2020 12:14 PM
Disable fast page flip lightbulbjim Kobo Reader 2 01-09-2019 04:55 PM
Kindle shows blank page when using page flip Julius Caesar Amazon Kindle 12 09-11-2018 04:49 PM
Wheel page-flip behavior with built-in viewer's 2-pages per screen view Hoggy Calibre 2 11-07-2012 11:01 PM
iPhone ePub won't scroll page-to-page JohnnyAppleScrip Apple Devices 1 02-15-2012 02:31 PM


All times are GMT -4. The time now is 04:59 PM.


MobileRead.com is a privately owned, operated and funded community.