Support and General Use > Theming and Appearance Customization
Having trouble with new tags
(1/1)
jtrodriguez:
For some reason I cant get the %Vf and %Vb tags to work...
Example:
%Vl(a,290,4,30,12,3) %Vf(f1f1f1) %Vb(9b886f)
I have a ton of viewports with different colors and none of them are loading... I get no errors with the simulator though.
marc2003:
i'm guessing it's this...
http://svn.rockbox.org/viewvc.cgi?view=rev;revision=26656
jtrodriguez:
--- Quote from: marc2003 on June 08, 2010, 01:51:22 AM ---i'm guessing it's this...
http://svn.rockbox.org/viewvc.cgi?view=rev;revision=26656
--- End quote ---
Thanks... grabbed the most current build and created a new simulator... the colors work now but having another issue... every viewport is shifted down by like 20 pixels now :\
Edit:
Figured out what it was... its not all viewports its just the text in the viewports ... there is no line break after the viewport so instead of it being.
%V(x,y,w,h,font)%Vf(fgcolour)%Vb(bgcolour)
Example Text To Display
it has to be
%V(x,y,w,h,font)%Vf(fgcolour)%Vb(bgcolour)Example Text To Display
or there is an extra line added :\
AlexP:
There is no need to be ":\" - this is a bug and will be fixed. While we try hard not have bugs, you are running the current build and not a stable release, and the odd minor break is to be expected.
JdGordon:
fixed. %pb is still having problems but all other tags should be fine
Navigation
[0] Message Index
Go to full version