Support and General Use > Theming and Appearance Customization
Feedback needed on new iPod Nano theme: Corners
crzyboyster:
Strife89: It can't be too hard to port this as I made it using viewports and I will distribute the psd to anyone who wants it.
I'm finished! (Well, almost) Attached are the latest screenshots.
EDIT: I need some help with the wps code and because it uses viewports, I have very little knowledge of the commands. Here's my problem: The hold icon , once activated, doesn't turn off. Here is the code:
--- Quote ---# corners theme by crzyboyster on rockbox forums
%wd
%X|corners.bmp|
%xl|a|play.bmp|10|7|
%xl|b|pause.bmp|10|7|
%xl|c|forward.bmp|10|7|
%xl|d|rewind.bmp|10|7|
%xl|e|shuffle.bmp|97|8|
%xl|f|repeat_all.bmp|118|8|
%xl|g|repeat_one.bmp|118|8|
%xl|h|repeat_shuffle.bmp|118|8|
%xl|i|batt_0.bmp|139|8|
%xl|j|batt_1.bmp|139|8|
%xl|k|batt_2.bmp|139|8|
%xl|l|batt_3.bmp|139|8|
%xl|m|batt_4.bmp|139|8|
%xl|n|stop.bmp|10|7|
%xl|o|repeat_ab.bmp|118|8|
%xl|r|hold.bmp|54|8|
%xl|s|vol_1.bmp|28|9|
%xl|t|vol_2.bmp|28|9|
%xl|u|vol_3.bmp|28|9|
%xl|v|vol_4.bmp|28|9|
%xl|w|vol_0.bmp|28|9|
%P|progress.bmp|
%Cl|10|39|c57|c57|
%?C
%pb|14|7|169|102|
%V|70|9|27|10|1|BBBBBB|000000|
%s%cI:%cM
%V|24|26|40|10|1|CCCCCC|000000|
%s%pp of %pe
%V|75|39|106|10|1|CCCCCC|000000|
%s%al%?it
%V|75|51|106|10|1|CCCCCC|000000|
%s%al%?ia
%V|75|63|106|10|1|CCCCCC|000000|
%s%al%?id
%V|75|84|106|10|1|CCCCCC|000000|
%s%It
%V|3|116|173|10|1|CCCCCC|000000|
%al %pc%ac%pt%ar%pr
%?pv
%?mh
%?bl
%?ps
%?mp
%?mm
--- End quote ---
Please, help!
Strife89:
--- Quote from: crzyboyster on February 15, 2008, 04:31:17 PM ---Strife89: It can't be too hard to port this as I made it using viewports and I will distribute the psd to anyone who wants it.
--- End quote ---
That doesn't make me any less clueless on the process. ;) The HowTo in the Wiki isn't much help either....
crzyboyster:
Well, here is a slightly more detailed look at how to port themes:
1) Download a simulator for the target you are trying to port the theme to. Found at > http://rasher.dk/rockbox/simulator/
2) Take the original images and resize them to the target size's resolution. First off should be the backdrops, both wps and menu. Then, start out to resize all of the other icons, progressbar and everything else.
For an ipod video to nano port, you can multiply each thing by .55. So let's say 320 x .55 = 176 and 240 x .55 = 132 and therefore you can multiply each image's length and width by .55 to get the proportional image size to the nano screen (only for ipod video > nano port!)
3) Modify the code, starting from progressbar and album art (if applicable) and then start moving around the icons. Last but not least, align all the info code. This is where the viewports syntax will help out and you can align each piece of info down to the pixel.
And there you are! A simple (I hope) look at porting themes.
And does anyone know why the hold switch isn't showing up? >
--- Quote from: crzyboyster on February 15, 2008, 04:31:17 PM ---
I need some help with the wps code and because it uses viewports, I have very little knowledge of the commands. Here's my problem: The hold icon , once activated, doesn't turn off. Here is the code:
--- Quote ---# corners theme by crzyboyster on rockbox forums
%wd
%X|corners.bmp|
%xl|a|play.bmp|10|7|
%xl|b|pause.bmp|10|7|
%xl|c|forward.bmp|10|7|
%xl|d|rewind.bmp|10|7|
%xl|e|shuffle.bmp|97|8|
%xl|f|repeat_all.bmp|118|8|
%xl|g|repeat_one.bmp|118|8|
%xl|h|repeat_shuffle.bmp|118|8|
%xl|i|batt_0.bmp|139|8|
%xl|j|batt_1.bmp|139|8|
%xl|k|batt_2.bmp|139|8|
%xl|l|batt_3.bmp|139|8|
%xl|m|batt_4.bmp|139|8|
%xl|n|stop.bmp|10|7|
%xl|o|repeat_ab.bmp|118|8|
%xl|r|hold.bmp|54|8|
%xl|s|vol_1.bmp|28|9|
%xl|t|vol_2.bmp|28|9|
%xl|u|vol_3.bmp|28|9|
%xl|v|vol_4.bmp|28|9|
%xl|w|vol_0.bmp|28|9|
%P|progress.bmp|
%Cl|10|39|c57|c57|
%?C
%pb|14|7|169|102|
%V|70|9|27|10|1|BBBBBB|000000|
%s%cI:%cM
%V|24|26|40|10|1|CCCCCC|000000|
%s%pp of %pe
%V|75|39|106|10|1|CCCCCC|000000|
%s%al%?it
%V|75|51|106|10|1|CCCCCC|000000|
%s%al%?ia
%V|75|63|106|10|1|CCCCCC|000000|
%s%al%?id
%V|75|84|106|10|1|CCCCCC|000000|
%s%It
%V|3|116|173|10|1|CCCCCC|000000|
%al %pc%ac%pt%ar%pr
%?pv
%?mh
%?bl
%?ps
%?mp
%?mm
--- End quote ---
Please, help!
--- End quote ---
crash91:
Try: %?mh
The conditional is something like
it could alternatively be %?mh
im sure one of them will work.
crzyboyster:
Theme now finished and uploaded! > http://www.rockbox.org/twiki/bin/view/Main/WpsIpodNano#corners
I really do hope that viewports are finished soon and committed as it's getting pretty useful for wps artists ;)
Navigation
[0] Message Index
[*] Previous page
Go to full version