- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
-
Assigned To
jdgordon - Operating System All players
- Severity High
- Priority Low
- Reported Version Release 3.10
- Due in Version Next release
-
Due Date
Undecided
- Votes
- Private
FS#12585 - Bar tags no longer work
WPS bar tags (such as %pb and %pv) which include parameters other than x, y, width, height and image no longer work.
Closed by jdgordon
2012-02-14 08:54
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
2012-02-14 08:54
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
in
9acd70288dfa47cac084b965a046df6f71d4ee26
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
i need much more information than this.
Sorry for being too vague.
I’ve noticed this issue regarding themes for the Sansa Clip Zip, but I think it could be more universal than effecting just one player as it’s a problem with bar tag syntax.
Bar tags (http://www.rockbox.org/wiki/CustomWPS#Bar_Tags) such as the progress bar or volume level no longer work if you add any of these following options:
horizontal
vertical
invert
slider
image
backdrop
nofill
nobar
So while something really simple like this works …
# Preload images
%xl(v,volume.bmp,0,0)
# Volume
%V(0,85,96,11,-)
%pv(0,0,96,11,v)
… adding another option, such as backdrop, doesn’t work …
# Preload images
%xl(v,volume.bmp,0,0)
%xl(r,ruler.bmp,0,0)
# Volume
%V(0,85,96,11,-)
%pv(0,0,96,11,v,backdrop,r)
I’ve got three themes that were working last week ago but not anymore, and it’s not a problem that’s just related to my themes. I’ve noticed that several themes that were created by other people and listed for the Clip Zip last week have been removed. Having checked through them (copies which I’d previously downloaded to my PC) the common elements in them is that they all have additional bar tag options.
I’ve attached one of my theme cfg files, containing some offending bar tag code, but the problem is not related to just this one theme.
http://git.rockbox.org/?p=rockbox.git;a=commit;h=40ecdf6811d9a717ef67ff1833a67dbb521f91be is probably the cause… I thought I tested the parser changes but apparently not well enough.