Hi again,
Thanks so much for the help. The WPS actually works now instead of defaulting to the default WPS theme. ^__^
New problems have cropped out though:
1. When pause is on, the conditional viewport is loaded, but its contents aren't loaded. I.e. it's a blank instead of blinking. I have tried disabling the code for blinking and just put "Pause" there as text, but that didn't work either.
2. Images are no longer loading. The Wiki said that the default viewport can't be used with texts, so I'm assuming that images still work in the main viewport. I don't think the additional viewports overlap with the image locations (my screen is 160x128, mono) so I'm not sure where I've gone wrong.
Current code:
#Disable Statusbar
%wd
#Load images
# Battery
%xl|B|battery.bmp|1|119|6|
# Repeat
%xl|R|repeat.bmp|15|119|4|
# Shuffle
%xl|S|shuffle.bmp|21|119|
#Load conditional viewport for pause
%Vl|p|0|18|160|30|1|-|-|
#%s%ac%t2%?it<%it|->;%t1
Pause
#Main viewport
%V|0|0|-|100|1|-|-|
#Track info (Title)
%ac%?mp<%?it<%it|->|%?it<%it|->|%Vdp|%?it<%it|->|%?it<%it|->>
#Play bar
%ac%?px<•|• •|• • •|• • • •|• • • • •|• • • • • •|• • • • • • •|• • • • • • • •|• • • • • • • • •|• • • • • • • • • •>
#Track info (Artist • Album)
%s%ac%?ia<%ia|%?ic<%ic|->> • %?id<%id|->
#Player/control status
%?bs<%bs|%?bp<%xdBa|%?bc<%xdBa|%?bl<%xdBb|%xdBc|%xdBd|%xdBe|%xdBf>>>>
%?mm<|%xdRa|%xdRb|%xdRc|%xdRd>
%?ps<%xdS>
Thanks very much for all the help so far!