Req help creating static text
I'm trying to add a volume indicator as a "label" in the main screen of the skin I'm working on. The skin_commands.txt file states:
Quote:
It is also possyble to create static text anywhere in your skin by simply adding a "=" (equal sign) in front of the text you wish to display in the label. Example: "=Hello World!" (to display it at the defined label)
What I'm trying to do is create the text VOL: and have it followed by the label "VOLUME", so basically it would display as so:
VOL: 40%
This is the label line I have so far in the menu.skin file:
L,310,476,58,24,115,208,255,12,"LCD Display Grid:B","=VOL: VOLUME","LEFT"
But this only displays the word VOL: and does not show the actual volume... I think I've tried just about every possible combination of the tag but can't seem to get it to work... Any help out there?
'01