Support and General Use > Theming and Appearance Customization
Scrolling Lines come up over Art - Sansa C250v1
(1/1)
P33KAJ3W:
I modified the GSX theme to show art while it is on hold with the following code.
%wd
%X|bg-132x80x16.bmp|
%t1 %?mp;%t1 %?mp
%s%ac%?ia
%s%ac%?id
%s%ac%?in - %?it
%pb|4|11|117|
%s%acNext: %?It
%xl|A|bat0-sc.bmp|115|5|
%xl|B|bat1-sc.bmp|115|5|
%xl|C|bat2-sc.bmp|115|5|
%xl|D|bat3-sc.bmp|115|5|
%xl|E|bat4-sc.bmp|115|5|
%t0.5 %?bp;%t0.5 %?bp;%t0.5 %?bp;%t0.5 %?bp;%t0.5 %?bp
%xl|F|hold0-sc.bmp|90|2|
%xl|G|hold1-sc.bmp|90|2|
%xl|J|repeat0-sc.bmp|68|2|
%xl|K|repeatall-sc.bmp|68|2|
%xl|L|repeatone-sc.bmp|68|2|
%xl|M|repeatshuffle-sc.bmp|68|2|
%xl|N|repeata-b-sc.bmp|68|2|
%xl|O|shuffle0-sc.bmp|48|4|
%xl|P|shuffle1-sc.bmp|48|4|
%xl|R|pb-play-sc.bmp|3|3|
%xl|S|pb-pause-sc.bmp|3|3|
%xl|T|pb-fforward-sc.bmp|3|3|
%xl|U|pb-rewind-sc.bmp|3|3|
%?mh%?mm%?ps%?mp
%xl|a|vol0-sc.bmp|16|1|
%xl|b|vol1-sc.bmp|16|1|
%xl|c|vol2-sc.bmp|16|1|
%xl|d|vol3-sc.bmp|16|1|
%xl|e|vol4-sc.bmp|16|1|
%xl|f|vol5-sc.bmp|16|1|
%xl|g|vol6-sc.bmp|16|1|
%xl|h|vol7-sc.bmp|16|1|
%xl|i|vol8-sc.bmp|16|1|
%xl|j|ani1-sc.bmp|16|1|
%xl|k|ani2-sc.bmp|16|1|
%xl|l|ani3-sc.bmp|16|1|
%xl|m|ani4-sc.bmp|16|1|
%xl|n|ani5-sc.bmp|16|1|
%xl|o|ani6-sc.bmp|16|1|
%xl|p|ani7-sc.bmp|16|1|
%xl|q|ani8-sc.bmp|16|1|
%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp;%t0.1 %?mp
%Cl|0|0|||
%?mh
...but track info comes up on the screen when the filename scrolls...
Anyway to fix this?
MarcGuay:
I don't really understand the question but maybe you want whatever it is that shows up on top of the album cover to be in a IF HOLD = FALSE statement?
P33KAJ3W:
The artest and the band info pop up over the Art when they scroll due to the length.
So I have full screen album art that looks gr8 but then a second goes by and the text begens to scroll over it.
Does that make sense?
MarcGuay:
So you want your code to say this?
If player is on hold -> Only display album art.
If player is not on hold -> Display the regular WPS.
If so, your problem is probably that the only thing that changes when you put hold on is it displays the album art over top of what's already there. You need to have the information you don't want to appear when in hold mode inside a IF HOLD = FALSE bracket.
Short answer that doesn't involve me volunteering any more time: Yes, there is probably a way to fix it if you play around with the code.
Chronon:
Code that updates will get redrawn over images. This is to be expected. You either need to ensure that your album art image and updated information do not occur on the same line or use conditionals to make sure that updates and display of the album art do not occur at the same time.
Navigation
[0] Message Index
Go to full version