Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: Silverwolf on May 13, 2010, 01:38:49 PM

Title: Feedback: FM skin for my theme
Post by: Silverwolf on May 13, 2010, 01:38:49 PM
I'm trying to create an FM skin for a theme (http://themes.rockbox.org/index.php?themeid=655) that I createda couple months ago. However, I'm having some trouble with getting the FM skin to work. I'm trying to rework my WPS file in to a FMS file, this is what I have so far:

Code: [Select]
%wd
%X|Vergina_SunWPS.bmp|0|0|
%xl|B|battery.bmp|0|0|4|
%Cl|0|0|c75|c75|
# Time Viewport
%V|70|3|80|16|1|ffffff|000000|
%ac%ck:%cM %cp
#Battery Status Viewport
%V|194|5|16|7|1|ffffff|000000|
%?bl<||%xdBd|%xdBc|%xdBb|%xdBa>
#Radio Information
%V|103|35|96|48|1|ffffff|000000|
%al%?Tf<%Tf|The radio needs configuring>
%al%?Tn<%Tn |The radio needs configuring>
Radio Preset %Ti
#Volume Viewport
%V|28|162|50|13|1|ffffff|000000|
%pvdB
#Hold Status Viewport
%V|204|160|9|16|1|ffffff|000000|
%?mh<%xdF|>

And when I use this for my FM radio all I get is the same old screen that I get when I don't have a file loaded for the radio. Any ideas as to what I can do to get this theme working. I'm really inexperienced in making themes, and any help that I could recieve would be greatly appreciated. Thank you very much.
Title: Re: Feedback: FM skin for my theme
Post by: JdGordon on May 13, 2010, 10:11:17 PM
you did load the .fms in the menus right?
Title: Re: Feedback: FM skin for my theme
Post by: Silverwolf on May 14, 2010, 01:00:18 PM
I went to Setting > Theme Settings > FM Radio and choose the theme that I wanted for the FM radio, it said that it was loaded, and yet it showed nothing different then how it usually looks.

Just tried it with the r26027, and still nothing
Title: Re: Feedback: FM skin for my theme
Post by: JdGordon on May 15, 2010, 04:11:43 AM
upload a full theme .zip somewhere and I'll have a look
Title: Re: Feedback: FM skin for my theme
Post by: Silverwolf on May 17, 2010, 02:46:13 PM
Ok, I have the full file uploaded here:

http://docs.google.com/leaf?id=0B7nrMmsxSR4kOWY4ZmRhZTctZDg3NC00NGFlLWI5OWItMjZlZGQ0YzJlYzdk&hl=en
Title: Re: Feedback: FM skin for my theme
Post by: JdGordon on May 17, 2010, 11:08:51 PM
the last line of the fms is missing a ? before the Ti
Title: Re: Feedback: FM skin for my theme
Post by: Silverwolf on May 18, 2010, 08:44:15 AM
Yep, that did it. Figures it'd be something easy like that.