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
| | |-+  Problem using progress bar
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: Problem using progress bar  (Read 8744 times)

Offline Astorga

  • Member
  • *
  • Posts: 48
  • iPod mini and iPod Video 5G
Re: Problem using progress bar
« Reply #15 on: August 18, 2010, 01:35:08 PM »
A difference when put in wps folder: using %pb without parameters shows progress bar normally.
But using parameters still doesn't show up anything (just like battery).

Edit: by the way, which colors does %pb assume?
« Last Edit: August 18, 2010, 01:37:17 PM by Astorga »
Logged

Offline Alexannino

  • Member
  • *
  • Posts: 19
Re: Problem using progress bar
« Reply #16 on: August 18, 2010, 03:23:12 PM »
I'm using latest relize. No progress bar on iPod Video 30gb. Theme: FullScreen.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Problem using progress bar
« Reply #17 on: August 18, 2010, 07:14:04 PM »
you have to load skins from the .rockbox/wps/ folder.
Logged


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

Offline Astorga

  • Member
  • *
  • Posts: 48
  • iPod mini and iPod Video 5G
Re: Problem using progress bar
« Reply #18 on: August 19, 2010, 08:12:58 AM »
In my last post, I was using it from wps folder.
Doesn't seem to solve the problem...
Logged

Offline Didgeridoohan

  • Member
  • *
  • Posts: 102
Re: Problem using progress bar
« Reply #19 on: August 19, 2010, 03:05:31 PM »
Just updated my Fuze V2 only to find that the progress bar wasn't working. Did some experimenting and found that if I put it inside a viewport, it works...

This is with r27847-100819.
Logged
Remember, the MANUAL, WIKI and the SEARCH funtions are your friends.

Offline Astorga

  • Member
  • *
  • Posts: 48
  • iPod mini and iPod Video 5G
Re: Problem using progress bar
« Reply #20 on: August 19, 2010, 03:07:36 PM »
Mine theme has both bars on viewport...
I will try to update today again to see what happens...
Logged

chenil

  • Guest
Re: Problem using progress bar
« Reply #21 on: August 20, 2010, 08:28:56 AM »
my fuze v2 process bar doesn't work too when i used the theme "Electric Bars Of Colour". However other theme works well
Logged

Offline Astorga

  • Member
  • *
  • Posts: 48
  • iPod mini and iPod Video 5G
Re: Problem using progress bar
« Reply #22 on: August 20, 2010, 08:38:36 AM »
Updated to r27847 and still doesn't work...

Edit: Using simulator r27847 doesn't load my wps at all (shows default wps). I found out that simulator is not showing loading error, even with --debugwps.

Edit2: I,m using UTF-8 formatting. Does it mean anything?
« Last Edit: August 20, 2010, 09:59:23 AM by Astorga »
Logged

Offline Alexannino

  • Member
  • *
  • Posts: 19
Re: Problem using progress bar
« Reply #23 on: August 22, 2010, 04:47:29 AM »
Is it possible to solve this problem with progress bar in new bilds? I try to delete .rockboks from iPod and do fresh install, this do not solve the problem, no progress bar in FullScreen theme :(
P.S. iPod Video 30Gb
Logged

Offline karltpb

  • Member
  • *
  • Posts: 40
Re: Problem using progress bar
« Reply #24 on: August 22, 2010, 11:35:45 AM »
I'm using a simulator build of r27850 and I've noticed that themes which draw the progress bar in a viewport have no problem at all, but those which do not have the progress bar defined within a viewport do not display it at all.
Logged

Offline Alexannino

  • Member
  • *
  • Posts: 19
Re: Problem using progress bar
« Reply #25 on: August 22, 2010, 04:50:42 PM »
Quote from: karltpb on August 22, 2010, 11:35:45 AM
I'm using a simulator build of r27850 and I've noticed that themes which draw the progress bar in a viewport have no problem at all, but those which do not have the progress bar defined within a viewport do not display it at all.

How to fix my problem? Where and how do changes in FullScreen theme to get back progress bar in new bilds of RB? Or maybe someone can help me and send fixed theme to my e-mail: Alexannino@gmail.com ?
Logged

Offline mc2739

  • Developer
  • Member
  • *
  • Posts: 262
Re: Problem using progress bar
« Reply #26 on: August 22, 2010, 05:29:44 PM »
Quote from: Alexannino on August 22, 2010, 04:50:42 PM
How to fix my problem? Where and how do changes in FullScreen theme to get back progress bar in new bilds of RB?

You can try changing this (line 18 & 19 in FullScreen.wps):

Code: [Select]
#%pb|filename.bmp|x|y|width|height|
%pb(62,202,196,4,pb.bmp)

to this:

Code: [Select]
#%pb|filename.bmp|x|y|width|height|
%V(62,202,196,4,-)
%pb(0,0,196,4,pb.bmp)

This puts the progress bar in a viewport and should correct the problem, although this is untested and may cause other problems.
Logged

Offline karltpb

  • Member
  • *
  • Posts: 40
Re: Problem using progress bar
« Reply #27 on: August 22, 2010, 10:11:50 PM »
Quote from: karltpb on August 22, 2010, 11:35:45 AM
I'm using a simulator build of r27850 and I've noticed that themes which draw the progress bar in a viewport have no problem at all, but those which do not have the progress bar defined within a viewport do not display it at all.

By the way, is this the intended behavior or a bug? The reason I'm asking is because it used to work just fine in the past revisions.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Problem using progress bar
« Reply #28 on: August 22, 2010, 10:15:53 PM »
yes that change was intended. bars drawn in the default viewport no longer get drawn if any viewports are defined
Logged


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

Offline Alexannino

  • Member
  • *
  • Posts: 19
Re: Problem using progress bar
« Reply #29 on: August 23, 2010, 03:13:20 AM »
mc2739
Thank you a lot!!!
Your's tip solve problem with progress bar!!!
Big big thank!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
« Last Edit: August 23, 2010, 03:14:55 AM by Alexannino »
Logged

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Problem using progress bar
 

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

Page created in 0.104 seconds with 15 queries.