Also... the following is from the electricbarsofcolour theme for the Sansa Fuze v2:
%X(backdrop.bmp)0%|0%|
I haven't been able to find any documentation of this construct, with the stuff following the ending parenthesis. What exactly does it do?
This just looks like an error after an automatic update of the theme to the new syntax which stems from the fact that the backdrop tag was used wrongly before.
The old syntax looked like the following:
%X|backdrop.bmp|
But you could find some cases where people added the coordinates like for other image tags (for the top left corner) and used something like:
%X|backdrop.bmp|0|0|
The automatic skinupdater knows that it only needs the filename as parameter to put into () and doesn't know what to do with the "0|0|" as it shouldn't belong to the backdrop tag. It "assumes" that this is a line you wanted to display literally.
I'm not sure what exactly this will cause. If the parser doesn't allow anything else on the line with the backdrop then you won't see anything. If it allows something, you could possibly find a "0|0|" somewhere on the screen, presumably at the top as usually the %X line is one of the first or maybe it is covered by some other viewport.