Support and General Use > Theming and Appearance Customization

Annoying text over image problem with theme

<< < (2/4) > >>

jgrg1:
I'll give it a try, thanks.

Edit: Ok, just tried it and it worked fine for the first 10 seconds, but when the text changed, it overwrote the images again (see attached screenshot4.jpg). It seems to be an issue with alternating sublines because the static text approach using margins (shown in screenshot3.jpg above) works fine. So I guess I'll have to live with that.

Thanks for all your help.

Cheers
Justin

PS. No, it's not part of the background, the left hand most image is a pre-loaded image displayed with %?xf where image x is the image. I'd expect the problem to occur across the whole line.

MarcGuay:
Yeah there's something fishy about that one image displaying okay... If you post the .wps code I'll comb through it and see if I can find the problem....

jgrg1:
Sector2.wps is:


--- Code: ---# Sector2.wps modified by Justin Gan, Sector.wps originally created by Sanjeev Herath #
%wd
%X|backdrop.bmp|
# Playback mode images
%xl|a|play.bmp|78|100|
%xl|b|ffwd.bmp|75|100|
%xl|c|rewind.bmp|75|100|
%xl|d|pause.bmp|78|100|
# Volume images - normal
%xl|f|vol_0.bmp|61|83|
%xl|g|vol_1.bmp|80|122|
%xl|h|vol_2.bmp|95|116|
%xl|i|vol_3.bmp|100|100|
%xl|j|vol_4.bmp|88|88|
%xl|k|vol_5.bmp|75|87|
%xl|l|vol_6.bmp|66|92|
%xl|m|vol_7.bmp|63|105|
%xl|n|vol_8.bmp|63|115|
# Volume images - shuffle
%xl|F|vol_sh_0.bmp|61|83|
%xl|G|vol_sh_1.bmp|71|115|
%xl|H|vol_sh_2.bmp|82|123|
%xl|I|vol_sh_3.bmp|93|118|
%xl|J|vol_sh_4.bmp|100|102|
%xl|K|vol_sh_5.bmp|94|87|
%xl|L|vol_sh_6.bmp|75|88|
%xl|M|vol_sh_7.bmp|66|94|
%xl|N|vol_sh_8.bmp|62|105|
# Repeat mode images
%xl|e|repeat_u.bmp|75|57|
%xl|E|repeat_l.bmp|64|147|
# Play mode images
%xl|v|crossfeed.bmp|61|197|
%xl|w|knob.bmp|79|197|
%xl|x|crossfade.bmp|3|198|
%xl|y|equaliser.bmp|23|197|
%xl|z|replaygain.bmp|43|197|
# battery images
%xl|o|bat_1.bmp|140|194|
%xl|p|bat_2.bmp|140|192|
%xl|q|bat_3.bmp|140|182|
%xl|r|bat_4.bmp|140|175|
%xl|s|bat_5.bmp|138|173|
%xl|t|bat_6.bmp|127|173|
%xl|u|bat_7.bmp|121|173|
# Progress images
%xl|O|prog_1.bmp|48|84|
%xl|P|prog_2.bmp|61|71|
%xl|Q|prog_3.bmp|88|71|
%xl|R|prog_4.bmp|109|84|
%xl|S|prog_5.bmp|109|110|
%xl|T|prog_6.bmp|88|131|
%xl|U|prog_7.bmp|61|131|
%xl|V|prog_8.bmp|48|110|

# Playlist name | Artist or composer
%s%ac%t5%?pn;%s%ac%t5%?ia
# Album
#%s%ac%?id|Album Unknown%?iy<  (%iy)|>>
%s%ac%?id
# Title or file name
%s%ac%?it
# Genre
%s%ac%?ig

# Current time in track          Total time of track
%m|35|%pc                            %pt








# Volume
%m|113|%pvdB
#
# Date                Bitrate
   %cd/%cm/%cy%t10;     %fbkbps%t10
# Time                Codec
     %cl:%cM %cp%t10;%ac%fc                                                     %t10
# Posn in playlist / Playlist Count
%s%ac%pp/%pe

# battery level and images
#%ar%bt                    %t10;%ar%?bl                    %t10;%ar%bvV                    %t10
%m|103|%bvV
%m|103|%bt
%?bl
#
# Percentage played in song
%?px
#
# Shuffle - Yes|No display the volume images
%?ps
#
# Playback mode - Stop|Play|Pause|Fast Forward|Rewind
%?mp
#
# Repeat mode - Off|All|One|Shuffle|A-B
%?mm
#
# Crossfade - Off|Shuffle|Track Skip|Always
%?xf
#
# Replaygain - Off|Track|Album|TrackShuffle|AlbumShuffle|NoTag
%?rg
#
# hard code the turning on of the icons for which there are no tags (yet)
%xdw%xdy%xdv

--- End code ---

The icon images x-z are all similar in size to the one attached in my previous posts. If you need the images uploading, let me know.

Edited so as not to completely screw up the way the forums are displayed.

MarcGuay:
If you put those lines inside of a code block (the piece of paper with the # sign on it above) it'll make them a lot more managable!

I think your problem might be something that's happened before but was never documented (at least in the CustomWPS wiki page).  Apparently there's a limit not only to the number of images you can use but also the total size of all images.  According to a thread I found it's approximately twice the size of the target screen plus a little bit.  You could find out if this is what's giving you grief if you comment out some of the other images and focus your attention solely on the problem area.  Hope this helps...

jgrg1:
Aah. I wondered how you did that.

I ran into the image size problem prior to posting on this forum; I had complete images for each of the volume and progress steps. These weren't displaying properly because I'd exceeded the buffer limit. I cut down the images so the volume and progress bars incrementally add small images to build up the full picture. The total number of images is less than 52, and the total size (on disk) of all the images including the background is 135kb, which is below the 160-5kb limit someone mentioned in another post.

The proof is in the pudding, all of the image icons show if the battery text is static. You get the half images showing when alternating sublines are used. The use of the alternating sublines shouldn't affect the image buffer.

Cheers for looking at it though.

PS. I just edited the .wps to remove all the extraneous images except for the icons and I still get the same problem.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version