This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5252 - Scrolling: insert short delay after complete scroll of a line
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Friday, 28 April 2006, 19:00 GMT+1
Opened by Anonymous Submitter - Friday, 28 April 2006, 19:00 GMT+1
|
DetailsIt is difficult to read a long line of text once it starts scrolling, because it's hard to make out the start point of the line. This is especially true for those using older players with lower resolution or greyscale screens.
I think there are two alternatives that would make it much easier to read long scrolling text (ie a long artist name in the WPS - one that is too long for bidirectional scroll to be useful). 1. If after scrolling through the entire line the text paused before beginning to scroll again. If could pause for the duration set under scroll start delay each time it completed an entire scroll of the line. This would make it much easier to read the text (or it could be a half second pause, but scroll start delay is alreday there). or 2. If the scroller inserted a blank space after the end of the text of the line before the point where the text repeats. This blank space would also make it much easier todistinguish the start of the line. There could be a menu option to turn this sort of behaviour on and off, or choose between the two options, although personally I think it would be good enough just to implement one of the fixes. Personally I think 1 is a better solution, but 2 would also work. Sorry to load on another request, but this one has been bugging me since I started using rockbox in the summer (which is awesome). I have a lot of files & lectures with long names & it's too hard to read their titles once they start scrolling. I often have to enter & exit the playlist screen or a menu to reset the scroll delay so I can read the ID3 info, which really shouldn't be necessary. (Scroll speed & step size don't really fix the problem, as the issue is the mental cue needed to make out the start of the line, not reading the text per say.) |
This task depends upon
Earlier, a programmer had posted a "jump-back" patch: when the end of the scrolling line was reached, the text would jump back to the beginning. A great idea which should be adopted as an option, in my humble opinion; alas, the patch is long out-of-date.
maybe i'm misunderstanding... but when i look at scrolling items in lists, they do pause at the beginning and end of the scroll... has this functionality changed?
If you set the bidirectional scroll limit so that the long entries move left to right instead of a continual marquee style towards the left, they will pause before changing directions. I also notice that there is an extra space or two between the end of the line and the beginning of the line when it scrolls, so it seems to me that solution #2 has been applied.