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
| | |-+  CabbieGT Bug in Sansa c200 with 3.7
« previous next »
  • Print
Pages: [1]

Author Topic: CabbieGT Bug in Sansa c200 with 3.7  (Read 1904 times)

Offline zogger

  • Member
  • *
  • Posts: 5
CabbieGT Bug in Sansa c200 with 3.7
« on: November 10, 2010, 06:43:36 AM »
Hi,
since upgrade 3.6 to 3.7 the theme is quite buggy. E.g. the song progress bar is not shown up anymore.
Perhaps the wps needs to be converted?
Can anyone fix it?
Thanks in advance.

# Cabbie GT derived from default Sansa C200 theme by George Tsai
# cabbie 2.0 default for the Sansa c200 Series by Marc Guay
# derived from cabbie 2.0 default (C) 2007, Johannes Voggenthaler (Zinc Alloy)

%wd

#--PLAY INFO VIEWPORTS
%X(wpsbackdrop-132x80x16.bmp)
%xl(A,lock-132x80x16.bmp,36,69,2)
%xl(B,battery-132x80x16.bmp,51,69,10)
%xl(C,volume-132x80x16.bmp,69,69,10)
%xl(D,shuffle-132x80x16.bmp,86,69)
%xl(E,repeat-132x80x16.bmp,105,67,4)
%xl(F,playmode-132x80x16.bmp,118,67,5)
%Cl(0,6,62,62,c,c)
%pb(2,0,127,6,pb-132x80x16.bmp)
%?C<%Cd%Vd(a)|%Vd(b)>

#Images
%?mh<%xd(Aa)|%xd(Ab)>
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%?ps<%xd(D)>
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>

#NowPlaying - aa
%Vl(a,63,7,-,60,1)%Vf(FFFFFF)
%s%al%?it<%it|%fn>
%s%al%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>>
%s%al%pp of %pe
%s%al%Sx(Next:) %?It<%It|%Fn>

#NowPlaying - no aa
%Vl(b,0,7,-,60,1)%Vf(FFFFFF)
%s%ac%?it<%it|%fn>
%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
%s%ac%pp of %pe
%s%ac%Sx(Next:) %?It<%It|%Fn>

#Clock
%V(0,68,36,10,1)%Vf(CDCD00)
%?bs<%t(1)%s%al%bs|%al%cl:%cM>
Logged

Offline mc2739

  • Developer
  • Member
  • *
  • Posts: 262
Re: CabbieGT Bug in Sansa c200 with 3.7
« Reply #1 on: November 10, 2010, 07:12:49 AM »
The progress bar needs to be in a viewport.  Try changing this:

Code: [Select]
%pb(2,0,127,6,pb-132x80x16.bmp)

to this:

Code: [Select]
%V(2,0,127,6,1)
%pb(0,0,127,6,pb-132x80x16.bmp)
Logged

Offline zogger

  • Member
  • *
  • Posts: 5
Re: CabbieGT Bug in Sansa c200 with 3.7
« Reply #2 on: November 10, 2010, 08:10:12 AM »
Thank you!
The song progress bar works with your changes.
But now the album cover is not shown up anymore. There's only a black plain...
Could you help another time?

well, i returned to 3.6 - theme here works alright - didn't recognize any significant improvments in 3.7

thanks anyway!
« Last Edit: November 10, 2010, 01:07:05 PM by zogger »
Logged

Offline mc2739

  • Developer
  • Member
  • *
  • Posts: 262
Re: CabbieGT Bug in Sansa c200 with 3.7
« Reply #3 on: November 10, 2010, 06:02:57 PM »
You can try this very similar update, change:

Code: [Select]
%Cl(0,6,62,62,c,c)

to this:

Code: [Select]
%V(0,6,62,62,1)
%Cl(0,0,62,62,c,c)

and move this:

Code: [Select]
%?C<%Cd%Vd(a)|%Vd(b)>

so that it follows the %Cl line above, like this:

Code: [Select]
%V(0,6,62,62,1)
%Cl(0,0,62,62,c,c)
%?C<%Cd%Vd(a)|%Vd(b)>
Logged

Offline zogger

  • Member
  • *
  • Posts: 5
Re: CabbieGT Bug in Sansa c200 with 3.7
« Reply #4 on: November 11, 2010, 06:51:43 AM »
Thank you!
Made the changes, the progress bar is now shown - but it is shorter, and a litte bit deeper. Now some icons like the lock, the battery and volume indicator are missing...
by the way tried another theme (Maximumart Theme) with 3.7 very buggy as well - not useable.
 :-[

# Cabbie GT derived from default Sansa C200 theme by George Tsai
# cabbie 2.0 default for the Sansa c200 Series by Marc Guay
# derived from cabbie 2.0 default (C) 2007, Johannes Voggenthaler (Zinc Alloy)

%wd

#--PLAY INFO VIEWPORTS
%X(wpsbackdrop-132x80x16.bmp)
%xl(A,lock-132x80x16.bmp,36,69,2)
%xl(B,battery-132x80x16.bmp,51,69,10)
%xl(C,volume-132x80x16.bmp,69,69,10)
%xl(D,shuffle-132x80x16.bmp,86,69)
%xl(E,repeat-132x80x16.bmp,105,67,4)
%xl(F,playmode-132x80x16.bmp,118,67,5)
%V(0,6,62,62,1)
%Cl(0,0,62,62,c,c)
%?C<%Cd%Vd(a)|%Vd(b)>
%pb(2,0,127,6,pb-132x80x16.bmp)
%?C<%Cd%Vd(a)|%Vd(b)>

#Images
%?mh<%xd(Aa)|%xd(Ab)>
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)

>>
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%?ps<%xd(D)>
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>

#NowPlaying - aa
%Vl(a,63,7,-,60,1)%Vf(FFFFFF)
%s%al%?it<%it|%fn>
%s%al%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>>
%s%al%pp of %pe
%s%al%Sx(Next:) %?It<%It|%Fn>

#NowPlaying - no aa
%Vl(b,0,7,-,60,1)%Vf(FFFFFF)
%s%ac%?it<%it|%fn>
%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
%s%ac%pp of %pe
%s%ac%Sx(Next:) %?It<%It|%Fn>

#Clock
%V(0,68,36,10,1)%Vf(CDCD00)
%?bs<%t(1)%s%al%bs|%al%cH:%cM>
Logged

Offline 7o9

  • Member
  • *
  • Posts: 8
Re: CabbieGT Bug in Sansa c200 with 3.7
« Reply #5 on: December 17, 2010, 01:19:02 PM »
thanks for those tips mc2739, i was lagging several rockbox versions behind because i my favourite theme didn't work on my fuze.

just doing the couple of things you wrote got me my progress bar and album art back in minutes.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  CabbieGT Bug in Sansa c200 with 3.7
 

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

Page created in 0.071 seconds with 14 queries.