Support and General Use > Theming and Appearance Customization
Viewports overlapping album art
karltpb:
Okay, well I tried it yet again but had no success. The conditionals don't work at ALL in viewports. Here's the code:
--- Code: ---# Display Hold, HDD & Battery icons
%V|242|0|78|25|1|FFFFFF|000000|
%?mh
%?lh
%?bl
%?bp
%?bc
# Display Shuffle & Repeat icons
%V|9|200|49|23|1|FFFFFF|000000|
%?ps
%?mm
# Display Play status & Volume bar
%V|87|200|222|23|1|FFFFFF|000000|
%?mp
%?pv
--- End code ---
I even tried putting each conditional in its own viewport, but it didn't work. :-\
Llorean:
I don't know too much about viewports in WPSes yet, sadly. But this is important, which SVN revision are you using?
karltpb:
I'm using revision 16884, which is about 2 days old.
pixelma:
Conditionals work in viewports. If I see correctly, your problem is that you position the images outside the viewports. Images are now placed on a per viewport basis - the x and y coordinates are relative to the viewport's upper left corner, counting the viewport you have the %xd tag in.
For example:
--- Code: ---%xl|x|example.bmp|0|0|
%V|87|200|222|23|1|FFFFFF|000000|
%xdx
--- End code ---
This would display the image in the upper left corner of the viewport which is at position 87/200 of your display.
karltpb:
Thank you, it worked.
I feel stupid I never paid any attention towards the images. :-[
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version