Support and General Use > Theming and Appearance Customization
Conditionals with timings
ew:
Is there a problem with conditionals and timings in the latest build.
The following snippet
--- Quote ---%?mp<|%pb(0,0,-,-,linebarpb.bmp)|%pb(0,0,-,-,linebarpb.bmp)|%pb(0,0,-,-,linebarpb.bmp)|||%pb(0,0,-,-,linebarpb.bmp)|%pb(0,0,-,-,linebarpb.bmp)>
--- End quote ---
used to skip (display for 0 seconds) any blank values. The recent build (27847 using the Sansa e200 simulator) seems to display all of the blank values.
Also, another observation using the recent change to the skin parser. I used to have viewports that called other viewports. For example:
%Vd(a)
......
%Vl(a,bla,bla....)
Display this text and the next viewport
%Vd(b)
......
%Vl(b,bla,bla....)
Display text
Display image
With the new skin parser, stuff in the secondary viewport are not cleared when they are no longer called by the primary viewport. The old skin parser used to clear the sub viewports. I did not know if that was something that was intended or unintended - I just though I would ask.
Thanks,
EW
JdGordon:
apparently there is, it shuold have been fixed during the week,,, I'll have another look tomorow maybe
ew:
Have you had a chance to look into this? Unless I am doing something wrong - and, I realized that I must have posted the wrong snippet from my wps.
The snippet (conditional timing that is not working for me) is:
--- Quote ---%?ic<%s%al%t(6)Composer:|%t(0)>;%?iA<%s%al%t(6)Alb Artist:|%t(0)>;%?ia<%s%al%t(6)Trk Artist:|%t(0)>
%?ic<%s%al%t(6)%ic|%t(0)>;%?iA<%s%al%t(6)%iA|%t(0)>;%?ia<%s%al%t(6)%ia|%t(0)>
--- End quote ---
Thanks,
JdGordon:
how is it not working for you?
[Saint]:
--- Code: ---
%?ic<%s%al%t(6)Composer:|%t(0)>;%?iA<%s%al%t(6)Alb Artist:|%t(0)>;%?ia<%s%al%t(6)Trk Artist:|%t(0)>
%?ic<%s%al%t(6)%ic|%t(0)>;%?iA<%s%al%t(6)%iA|%t(0)>;%?ia<%s%al%t(6)%ia|%t(0)>
--- End code ---
Is working as expected for me...I had to add the newline in the middle as the themeeditor seems to think its one line without doing so.
--- Code: ---%?ic<%s%al%t(6)Composer:|%t(0)>;%?iA<%s%al%t(6)Alb Artist:|%t(0)>;%?ia<%s%al%t(6)Trk Artist:|%t(0)>
%?ic<%s%al%t(6)%ic|%t(0)>;%?iA<%s%al%t(6)%iA|%t(0)>;%?ia<%s%al%t(6)%ia|%t(0)>
--- End code ---
Appears as:
Composer:Current Composer;Alb Artist:Current Album Artist; Trk Artist:Current Track Artist
As opposed to:
Composer:
Current Composer
;
Alb Artist:
Current Album Artist
;
Trk Artist:
Current Track Artist
* ";" signifies an alternation.
Something definitely isn't right in Alternating-Subline Town.
[St.]
Navigation
[0] Message Index
[#] Next page
Go to full version