Welcome to the Rockbox Technical Forums!
wps: /.rockbox/wps/washington.wpsfont: /.rockbox/fonts/helvR12.fntstatusbar: offbackdrop: /.rockbox/backdrops/monument.bmpforeground color: 000000background color: 000000backlight timeout: 15
%m%al%t10%cl:Mpc%P|pbar.bmp|%Cl|2|15|s60|s60|%xl|A|batt1.bmp|138|2|%xl|B|batt2.bmp|138|2|%xl|C|batt3.bmp|138|2|%xl|D|batt4.bmp|138|2|%xl|E|batt5.bmp|138|2|%xl|F|battc.bmp|138|2|%xl|G|battp.bmp|138|2|%xl|P|ffcon.bmp|3|98|%xl|Q|rwcon.bmp|3|98|%xl|R|plcon.bmp|3|98|%xl|S|pscon.bmp|3|98|%xl|a|speaker.bmp|3|110|%xl|b|hold.bmp|119|1|%X|bground.bmp|%pb|0|15|140|100%wd%s%ac%?ia<%ia|Unknown>%?Cl<%m|65|160|%s%ac%?it<%it|Unknown>%?Cl<%m|65|160|%s%ac%?id<%id|Unknown>%?Cl<%m|65|160|%m|0|160|%ac%?mp%al%fbkps%ar%?fc%m|0|160|%ac%t10%pc / %t10%pt %m%ar%t10%pp/%pe %al%xda %?pv<0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30>;%?mh<%xdb|>%?bp<%?bc<%xdF|%xdG>|%?bl<%xdA|%xdB|%xdC|%xdD|%xdE>>%?mp<%xdU%xdS|%xdT%xdR|%xdU%xdS|%xdT%xdP|%xdT%xdQ>%C
A common problem I seem to have no matter what WPS I try to make, is there is always text underneath the progressbar. How do I basically tell it to drop the text down another line? How to tell it where to stick other text at (like moving the track info up a bit?)
...%X|bground.bmp|%pb|0|15|140|100 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â <----- creates an empty line on screen.%s%ac%?ia<%ia|Unknown>%?Cl<%m|65|160|%s%ac%?it<%it|Unknown>%?Cl<%m|65|160|...
%pb|0|15|140|100
%pb|height|leftpos|rightpos|
%m%al%t10%cl:Mpc
The progressbar looks fine. The text is just behind it (so I guess the text needs to be on the line below it?).
Set Foreground Colour: Sets the colour used for text and icons.
The only question I can think of right now, is how on earth do you change the system font? From what I can tell, there are no color tags of any kind for font.
I guess the file also records any spare spaces you may have? More pickey than HTML.
Code: [Select]%pb|0|15|140|100This appears to have too many parameters, it should be: Code: [Select]%pb|height|leftpos|rightpos|
But both foreground color and background color were the only things I saw that delt with color. So I set both to black. In my configuration file:
It should do what you say and use the specified foreground colour as text colour. In your example you would get black text on black background (or on your specified background image) when loading the config-file. To my knowledge it should work alright this way - maybe asking the obvious but how do you load your theme? (Sorry I'm just throwing out suggestions to help, had to ask.)
Page created in 0.079 seconds with 15 queries.