Support and General Use > Theming and Appearance Customization
Im trying to edit a theme on Fuze
karashata:
Change the clock code to read as follows:
--- Code: ---# Time Text
%V|80|153|48|8|0|FFFFFF|000000|
%ar%cl:%cM %cP
--- End code ---
smartinez281:
--- Quote from: karashata on February 04, 2010, 10:48:54 PM ---Change the clock code to read as follows:
--- Code: ---# Time Text
%V|80|153|48|8|0|FFFFFF|000000|
%ar%cl:%cM %cP
--- End code ---
--- End quote ---
O wow that worked
thanks!
so what does %Vl and 'n' stand for?
I see you took out VL and added n
karashata:
%Vl is the viewport load tag that gets used in conjunction with %Vd to display specific viewports under certain conditions. The n was just the viewport identifier (%Vl|n| loads viewport n, %Vdn would then display it).
Since you want your clock to always display it was unnecessary to use the %Vl tag and instead you should have just used the regular %V viewport tag to always display that viewport.
smartinez281:
Ok
another problem (Im sorry lol, but I figured to keep all my problems in 1 thread instead of creating multiples)
Im trying to have the total track time show up next to the progress bar, it shows up fine, but it is cut off slightly. Any fixes? I tried to view the code of the repeat line (which is what is interfering with the time) but I cant figure it out
Code for showing the total time of track:
--- Code: ---%V|22|166|95|7|0|C4C4C4|000000|
%ar%pt
--- End code ---
Code of the section I believe messing with said code
--- Code: ---# Repeat, Shuffle
%xl|R|repeat.bmp|0|0|4|
%xl|S|shuffle.bmp|28|1|
%V|115|164|42|11|0|-|-|
%?mm<|%xdRa|%xdRb|%xdRc|%xdRd>%?ps<%xdS|>
--- End code ---
smartinez281:
bump :D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version