Support and General Use > Theming and Appearance Customization

CabbieGT Bug in Sansa c200 with 3.7

(1/2) > >>

zogger:
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>

mc2739:
The progress bar needs to be in a viewport.  Try changing this:


--- Code: ---%pb(2,0,127,6,pb-132x80x16.bmp)
--- End code ---

to this:


--- Code: ---%V(2,0,127,6,1)
%pb(0,0,127,6,pb-132x80x16.bmp)
--- End code ---

zogger:
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!

mc2739:
You can try this very similar update, change:


--- Code: ---%Cl(0,6,62,62,c,c)
--- End code ---

to this:


--- Code: ---%V(0,6,62,62,1)
%Cl(0,0,62,62,c,c)
--- End code ---

and move this:


--- Code: ---%?C<%Cd%Vd(a)|%Vd(b)>
--- End code ---

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


--- Code: ---%V(0,6,62,62,1)
%Cl(0,0,62,62,c,c)
%?C<%Cd%Vd(a)|%Vd(b)>
--- End code ---

zogger:
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>

Navigation

[0] Message Index

[#] Next page

Go to full version