diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-08-14 07:27:59 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-08-14 07:27:59 +0000 |
| commit | 56229d58662326e1f75292aab32cf44cd82c50ba (patch) | |
| tree | 47657ad450c2122f01358f47142743af61da1dce | |
| parent | f63570ace5219a4e0543f04a7c0dd9ae1bd885d7 (diff) | |
| download | rockbox-56229d58662326e1f75292aab32cf44cd82c50ba.zip rockbox-56229d58662326e1f75292aab32cf44cd82c50ba.tar.gz rockbox-56229d58662326e1f75292aab32cf44cd82c50ba.tar.bz2 rockbox-56229d58662326e1f75292aab32cf44cd82c50ba.tar.xz | |
The 128x96x2 cabbiev2.wps (Iaudio remote and M3) used more than one viewport but drew the progressbar in the default one where it wouldn't be updated with the new parser anymore. Put it into a viewport too and rearrange the rest of the code to the same order as displayed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27806 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | wps/cabbiev2.128x96x2.wps | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/wps/cabbiev2.128x96x2.wps b/wps/cabbiev2.128x96x2.wps index 4a64976..135931d 100644 --- a/wps/cabbiev2.128x96x2.wps +++ b/wps/cabbiev2.128x96x2.wps @@ -8,7 +8,19 @@ %xl(D,shuffle-160x128x2.bmp,72,2) %xl(E,repeat-160x128x2.bmp,93,0,4) %xl(F,playmode-160x128x2.bmp,112,1,5) -%pb(1,61,125,7,pb-128x96x2.bmp) + +%V(0,10,128,48,1)%Vf(0)%Vb(3) +%s%ac%?it<%it|%fn> +%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> +%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> +%s%Sx(Next:) %ac%It + +%V(0,58,128,12,1)%Vf(0)%Vb(3) +%pb(1,3,125,7,pb-128x96x2.bmp) + +%V(0,70,128,12,1)%Vf(0)%Vb(3) +%al %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr + %V(0,83,128,13,1)%Vf(0)%Vb(3) %?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)>> @@ -16,10 +28,3 @@ %?ps<%xd(D)> %?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> -%V(0,10,128,72,1)%Vf(0)%Vb(3) -%s%ac%?it<%it|%fn> -%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> -%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> -%s%Sx(Next:) %ac%It - -%al %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr |