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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Ipod 4g, 'gray' theme progress bar not appearing
« previous next »
  • Print
Pages: [1]

Author Topic: Ipod 4g, 'gray' theme progress bar not appearing  (Read 1232 times)

Offline pasan

  • Member
  • *
  • Posts: 6
Ipod 4g, 'gray' theme progress bar not appearing
« on: January 29, 2016, 12:51:03 AM »
As the topic describes, I've downloaded and installed the 'gray' theme http://themes.rockbox.org/index.php?themeid=287&target=ipod4g, and the progress bar does not appear, only the background. I've tried the theme on 2 different 4Gs, one running a nightly, the other 3.13, and both exhibit the same behaviour. Any help is most appreciated, including how I could make the modification myself.
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 415
Re: Ipod 4g, 'gray' theme progress bar not appearing
« Reply #1 on: January 29, 2016, 11:01:44 AM »
Quote from: pasan on January 29, 2016, 12:51:03 AM
As the topic describes, I've downloaded and installed the 'gray' theme http://themes.rockbox.org/index.php?themeid=287&target=ipod4g, and the progress bar does not appear, only the background. I've tried the theme on 2 different 4Gs, one running a nightly, the other 3.13, and both exhibit the same behaviour. Any help is most appreciated, including how I could make the modification myself.

Older themes seem to have some problems with changing Rockbox behaviour, I've found, and stop working.  Usually its that they have bugs that earlier rockbox versions forgave but the latest version doesn't.

Quickly looking at this theme I'd suggest you try changing

%pb(6,73,148,4,progressBar.bmp)

to

%V(6,73,160,4,-)
%pb(0,0,160,4,progressBar.bmp)

That might do it.

(I don't have a 4g and can't be bothered installing the simulator, so am not certain)

Edit - ah, that won't work either - it needs to be
%V(6,73,148,4,-)
%pb(0,0,148,4,progressBar.bmp)

while also resizing the progress bar bitmap to actually be 148x4 (rather than 160x4 as it currently is)
« Last Edit: January 29, 2016, 11:22:31 AM by Frankenpod »
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Ipod 4g, 'gray' theme progress bar not appearing
« Reply #2 on: January 29, 2016, 10:18:20 PM »
Generally speaking the themesite will print "compatible with N" for themes, but the big thing that changed and something that can't trivially be checked for is that drawing out of bounds of a viewport, and out of bounds viewports themselves, are no longer allowed.

This probably affects quite a few themes with questionable coding.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Ipod 4g, 'gray' theme progress bar not appearing
 

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

Page created in 0.075 seconds with 16 queries.