Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Sansa Clip+ YellowBar Dynamic not showing progress on bar
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa Clip+ YellowBar Dynamic not showing progress on bar  (Read 1528 times)

Offline Manzotto

  • Member
  • *
  • Posts: 1
Sansa Clip+ YellowBar Dynamic not showing progress on bar
« on: August 08, 2010, 07:01:01 AM »
Hi everyone,

i'm new to rockbox, and trying to understand it. I installed and starting configuration. By installing it from scratch, i choose YellowBar Dynamic skin. Played my first song, and the song progress bar remains empty. Tried updating everything, but nothing changes. Any suggestion?

Thanks in advance.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Sansa Clip+ YellowBar Dynamic not showing progress on bar
« Reply #1 on: August 08, 2010, 08:47:46 AM »
Quote from: Manzotto on August 08, 2010, 07:01:01 AM
Hi everyone,

i'm new to rockbox, and trying to understand it. I installed and starting configuration. By installing it from scratch, i choose YellowBar Dynamic skin. Played my first song, and the song progress bar remains empty. Tried updating everything, but nothing changes. Any suggestion?

Thanks in advance.

The likely explanation here is that the progressbar is drawn in the default viewport, as opposed to being drawn in its own viewport.

A relatively easy fix if you know how.

EDIT:

After looking at the code, I really don't know why the progressbar isn't updating.
It is indeed drawn in its own viewport, though, perhaps it isn't playing nice with the playlist tags.
But that is pure speculation.

Sorry I jumped the gun on my answer, if I get time I will have a play in the simulator and see if splitting the progress bar and the playlist position tags into separate viewports makes it play nice.



[St.]
« Last Edit: August 08, 2010, 09:03:09 AM by [St.] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

jouhou

  • Guest
Re: Sansa Clip+ YellowBar Dynamic not showing progress on bar
« Reply #2 on: August 08, 2010, 06:29:20 PM »
To the original poster: redownload YellowBarDynamic and the progressbar will have been fixed for you. YellowBarDynamic and its Unicode variant were both updated on the Theme site.


The progress bar tag apparently needs its own line just like the picture tag.
And it must come before any other "text" tags or else those won't show up.  I never saw this peculiarity documented.

Originally this syntax worked fine, but now it doesn't show the progressbar:
Code: [Select]
%V(0,0,-,8,2)
%al%pc%pb(32,0,66,6,pb.bmp)%ar%pr
%x(a,pbbackground.bmp,32,0)

Now this works on build r27759:
Code: [Select]
%V(0,0,-,8,2)
%al%pc%ar%pr
%x(a,pbbackground.bmp,32,0)
%pb(32,0,66,6,pb.bmp)

This fails to show %pc and %pr on build r27759:
Code: [Select]
%V(0,0,-,8,2)
%x(a,pbbackground.bmp,32,0)
%pb(32,0,66,6,pb.bmp)
%al%pc%ar%pr

« Last Edit: August 08, 2010, 06:46:59 PM by jouhou »
Logged

Offline ixo4vita

  • Member
  • *
  • Posts: 10
  • Random acts of genius to cancel out the stupidity
Re: Sansa Clip+ YellowBar Dynamic not showing progress on bar
« Reply #3 on: August 08, 2010, 06:47:35 PM »
ah cool, perfect I thought I wasn't the only one hallucinating, i was looking for a syntax error or something. ha. the same goes for the %pv volume bar - it too won't show when line sharing.
« Last Edit: August 08, 2010, 06:50:08 PM by ixo4vita »
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Sansa Clip+ YellowBar Dynamic not showing progress on bar
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.075 seconds with 15 queries.