- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#9181 - New WPS syntax only allows two progress bars
I have encountered this problem, when i tried to iclude three progress bars into a new theme. Even stripped down code, with the progress bars being used in the default viewport, gives an ‘invalid parameter list error’ in the simulator. Using only two playbars works fine though.
Here’s the code:
(on a gigabeat, with three progressbars present in the wps directory, all having the same dimensions)
%X|bg.bmp|
%pb|pb.bmp|18|10|206|23|
%pb|pb1.bmp|18|100|206|23|
%pb|pb2.bmp|18|200|206|23|
Same behaviour on a Sansa, so i assume this applies to all players.
Revision r17986-080708
Closed by learman
2008-07-11 07:42
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
2008-07-11 07:42
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 r18007.
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
Yes, an off-by-one bug there.
However, please note this from the CustomWPS wiki page: “You can use up to 3 different progress bars in a WPS, with a maximum of one per viewport.” Just in case you hadn’t removed the viewports from the quoted example. :)