I have some themes that were working up until a few days ago but now they're no longer compatible with the latest version of Rockbox.
They're fine when I run them through a UI Simulator but when I try to upload them I get a CheckWPS error message that says ...
WPS parsing failure Error on line 29. %pv(0...0,96,11,v,backdrop,r) ^ 'Expected argument separator' Here
The WPS code draws a volume bar with a backdrop ...
# Preload images
%xl(v,volume.bmp,0,0)
%xl(r,ruler.bmp,0,0)
# Volume
%V(0,85,96,11,-)
%pv(0,0,96,11,v,backdrop,r)
Any ideas why it no longer works?