Support and General Use > Theming and Appearance Customization

BigRed, biggreen and bigaqua themes updated Sansa e200

(1/1)

HRM:
I will update all the BIG fonts I have posted at rockbox-themes.org as soon as they are accepting uploads again.


EDIT: The issue has been resolved and the corrected code is available in a seperate post below.

[strike]
Can anyone summerize what has changed? Iam sure it is simple to someone who already knows it, but researching it is plan A.

This is the current code.


--- Code: ---%X|BG.bmp|0|0
%P|progbar.bmp|
%xl|a|bat1.bmp|8|191
%xl|b|bat2.bmp|8|191
%xl|c|bat3.bmp|8|191
%xl|d|bat4.bmp|8|191
%xl|f|hold.bmp|0|0
%xl|g|ff.bmp|110|150
%xl|i|pause.bmp|76|149
%xl|j|play.bmp|74|147
%xl|k|repeat.bmp|131|192

ETC....


--- End code ---

I thought it has something to do with margins, but I can't find the connection between the new WPS wiki page and the change.

http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Tags

All is says regarding margins is

Margin
Tag  Description  
%m|x|  Specify left margin  

there are no examples.

MarcGuay:
It looks to me like all you're missing is | characters at the ends of your image position statements.

i.e.

%xl|a|bat1.bmp|8|191

should be

%xl|a|bat1.bmp|8|191|

and so on...

HRM:

--- Quote from: MarcGuay on December 24, 2007, 11:14:40 AM ---It looks to me like all you're missing is | characters at the ends of your image position statements.

i.e.

%xl|a|bat1.bmp|8|191

should be

%xl|a|bat1.bmp|8|191|

and so on...

--- End quote ---

You are exactly right. Thank you. I was totally barking up the wrong tree which is not a surprise since I am not any good at this. I really appreciate the help since I was wasting time looking in the wrong direction.

Thank you very much and I will fix these on the download page as soon as they have moved to the new server.

Anyone who wants to fix this for themselves until themes are being accepted for uploading, can just paste this to replace the existing code, then click save. This will work for Big Red, green or Aqua.


--- Code: ---%X|BG.bmp|
%P|progbar.bmp|
%xl|a|bat1.bmp|8|191|
%xl|b|bat2.bmp|8|191|
%xl|c|bat3.bmp|8|191|
%xl|d|bat4.bmp|8|191|
%xl|f|hold.bmp|0|0|
%xl|g|ff.bmp|110|150|
%xl|i|pause.bmp|76|149|
%xl|j|play.bmp|74|147|
%xl|k|repeat.bmp|131|192|
%xl|l|rw.bmp|42|148|
%xl|m|shuffle.bmp|116|192|
%xl|n|sleep.bmp|129|2|
%xl|o|vol0.bmp|157|197|
%xl|p|vol1.bmp|156|193|
%xl|q|vol2.bmp|154|193|
%xl|r|vol3.bmp|154|193|
%xl|s|vol4.bmp|154|193|
%xl|t|vol5.bmp|154|193|
%xl|u|vol6.bmp|154|193|
%xl|v|vol7.bmp|154|193|
%xl|w|vol8.bmp|154|191|
%xl|x|vol9.bmp|154|191|
%wd
%ac%pp of %pe
%al-%pc%ar%pt
%s%ac%?ia
%s%ac%?id
%s%ac%?it
%pb|height|13|163|108|
%s%ac%t5%?It< Next - %It|(Unknown Title)>;%s%ac%t3%?Ia

%bl%%        %ar%pvdb
 Â     
 %ac%cb %cd  
%al%?bl
%?ps

%?mm
%?mp
%?pv
%?mh


--- End code ---

pixelma:

--- Quote from: HRM on December 23, 2007, 04:41:33 PM ---
--- Code: ---%X|BG.bmp|0|0
--- End code ---

--- End quote ---
You also do not need the coordinates together with the backdrop tag "%X". Since the background needs to be the same size as the screen it is obvious that its left upper corner must be at x=0 and y=0. The CustomWPS in the wiki mentions the following syntax:


--- Quote ---%X|filename.bmp|Load and set a backdrop image for the WPS. This image must be exactly the same size as your LCD.
--- End quote ---
The closing | is important there too.  ;)

HRM:
Thank you, I corrected that also in the repair code.

BTW, anyone unable to make the repair themselves and wanting the theme I have uploaded it to anythingbutipod.com in this thread.


http://www.anythingbutipod.com/forum/showthread.php?t=23805

Navigation

[0] Message Index

Go to full version