- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System Archos Player
- Severity Low
- Priority Very Low
- Reported Version Release 3.6
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11592 - %pf (Player: full line progress bar) not working
For the Archos Player with the charcell display, there is a special progressbar that integrates the current time in smaller characters. In current builds this progressbar won’t show up at all, a wps containing the %pf tag will just have an empty line instead. This issue is visible in the simulator.
Closed by fg
2010-10-10 23:48
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-10-10 23:48
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Fixed in r28241
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Since there was a bit confusion (in the mailing list) as to what this report is about, I took two screenshots using a release 3.6 Player sim. Two because it turned out that the Player’s plain %pb is broken too - so one for each.
%pb on the Player looks differently to progressbars on bitmap targets, CustomWPS describes it has “cup” that empties during the track’s progress. It is basically one special character that has all pixels black in the beginning and then gets “blanked” by turning off pixels one by one, starting in the top left and going down left to right, row by row. It is used in the “progressive.wps” which is included in the Player’s build currently - now there’s a gap where it should be and was in 3.6 (the thing in the middle of the second line - pb.png)
%pf is also a charcell specific progressbar and the attached pf.png shows how it looked in r3.6 in a reworked progressive.wps (second line fully replaced by “%pf”). In current builds this line is completely empty.