Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  wps doesnt work with rockbox 3.4 anymore :-(
« previous next »
  • Print
Pages: [1]

Author Topic: wps doesnt work with rockbox 3.4 anymore :-(  (Read 1976 times)

Offline polluxx2006

  • Member
  • *
  • Posts: 131
wps doesnt work with rockbox 3.4 anymore :-(
« on: November 08, 2009, 03:48:57 PM »
hello,

can anyone find a wrong syntax in the following wps?

%X|backdrop.bmp|
%xl|a|rg_off.bmp|114|113|
%xl|b|rg_on.bmp|114|113|
%xl|f|drive_l_0.bmp|52|87|
%xl|g|drive_r_0.bmp|96|87|
%xl|h|drive_l_1.bmp|52|87|
%xl|i|drive_r_1.bmp|96|87|
%xl|j|drive_l_2.bmp|52|87|
%xl|k|drive_r_2.bmp|96|87|
%xl|l|pb_ffwd.bmp|32|120|
%xl|m|pb_frew.bmp|32|120|
%xl|n|pb_pause.bmp|32|120|
%xl|o|pb_play.bmp|32|120|
%xl|p|pb_stop.bmp|32|120|
%xl|r|lock_m_0.bmp|2|71|
%xl|s|lock_m_1.bmp|2|71|
%xl|t|lock_r_0.bmp|2|83|
%xl|u|lock_r_1.bmp|2|83|
%xl|v|shuffle_0.bmp|4|115|
%xl|w|shuffle_1.bmp|4|115|
%xl|x|crossfade_1.bmp|35|113|
%xl|y|crossfade_0.bmp|35|113|
%xl|A|rep_off.bmp|14|113|
%xl|B|rep_sfl.bmp|14|113|
%xl|c|batt_0_5.bmp|15|71|
%xl|d|batt_1_5.bmp|15|71|
%xl|e|batt_2_5.bmp|15|71|
%xl|q|batt_3_5.bmp|15|71|
%xl|x|batt_uk.bmp|15|71|
%xl|C|batt_0.bmp|15|71|
%xl|D|batt_1.bmp|15|71|
%xl|E|batt_2.bmp|15|71|
%xl|F|batt_3.bmp|15|71|
%xl|G|batt_4.bmp|15|71|
%xl|H|rep_ab.bmp|14|113|
%xl|I|rep_all.bmp|14|113|
%xl|J|rep_one.bmp|14|113|
%xl|K|vol_0.bmp|139|76|
%xl|L|vol_1.bmp|139|76|
%xl|M|vol_2.bmp|139|76|
%xl|N|vol_3.bmp|139|76|
%xl|O|vol_4.bmp|139|76|
%xl|P|vol_5.bmp|139|76|
%xl|Q|vol_6.bmp|139|76|
%xl|R|vol_7.bmp|139|76|
%xl|S|vol_8.bmp|139|76|
%xl|T|vol_9.bmp|139|76|
%xl|U|vol_10.bmp|139|76|
%xl|V|charge_0.bmp|2|95|
%xl|W|charge_1.bmp|2|95|
%xl|Y|album.bmp|10|24|
%xl|Z|folder.bmp|10|25|
%wd

     %?ia< %ia| %d2>
     %s%?it< %it| %fn>
     %?id< %id%xdY| %d1%xdZ>

%ac%?in<%in.  |>%pc (-%pr) %?pp<[%pp/%pe]|>
%pm
%?It<%t5      %It|      %Fn>;%?Ia<%t5      %Ia|      %Fn>
%pb|-|27|65|106|7|



%ar%pv
%?xf<%xdy|%xdx|%xdx|%xdx>
%ar%fc
%?mp<%xdp|%xdo|%xdn|%xdl|%xdm>
%?mh<%xds|%xdr>
%?mr<%xdu|%xdt>
%?ps<%xdw|%xdv>
%?mm<%xdA|%xdI|%xdJ|%xdB|%xdH>
%?bl<%xdx|%xdC|%xdc|%xdD|%xdd|%xdE|%xde|%xdF|%xdq|%xdG>
%?pv<%xdK|%xdL|%xdM|%xdN|%xdO|%xdP|%xdQ|%xdR|%xdS|%xdT|%xdU>
%?bp<%xdW|%xdV>%?rg<%xda|%xdb|%xdb|%xdb|%xdb|%xdb>
%t0.4%xdf%xdg%ac%pc/%pt;%t0.4%xdh%xdi%ac%pc/%pt;%t0.4%xdj%xdk%ac%pc/%pt

i use this on an iriver h140. since i upgraded to rockbox3.4, the standard wps appears instead of mine, so i guess there
must be a mistake somewhere in the wps.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #1 on: November 08, 2009, 04:27:50 PM »
1) use bitmaps strips instead of individual bmps
2) attach the full zip file
3) paste the checkwps or "rockboxui --debugwps" output

its probably an image being displayed that is never loaded
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline polluxx2006

  • Member
  • *
  • Posts: 131
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #2 on: November 08, 2009, 04:56:35 PM »
okay... hm, i cant attach a zip file...
* gblaster_debugged.txt (2.26 kB - downloaded 130 times.)
* gblaster1.5.wps (1.94 kB - downloaded 95 times.)
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #3 on: November 08, 2009, 05:00:33 PM »
email the .zip to rockbox@jdgordon.info   the .wps without the bmp's is useless
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline polluxx2006

  • Member
  • *
  • Posts: 131
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #4 on: November 08, 2009, 05:08:22 PM »
email is on the way
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #5 on: November 09, 2009, 12:11:23 AM »
you are trying to use the letter 'x' twice when loading the bmps.... (line 29 is the problem... which is exactly what the debug output says...)

we really need a better way for tags to let the user know what went wrong :(
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline polluxx2006

  • Member
  • *
  • Posts: 131
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #6 on: November 09, 2009, 07:02:00 PM »
thanks. i really dont know how this could happen... aND it worked with the
rockbox versions before.... hm.

im currently 'switching' to bitmap strips. i made a few changes, read the code over and
over, found one mistake, but it still doesnt work. may i ask you for help again in case that
i make no progress?

plx
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #7 on: November 09, 2009, 07:10:17 PM »
you can certainly ask
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline D4RKANG3L

  • Member
  • *
  • Posts: 1
Re: wps doesnt work with rockbox 3.4 anymore :-(
« Reply #8 on: January 09, 2010, 04:18:26 PM »
the progress bar is read differant on the older themes you have to redo the progress bar. if you don't have paint dot net (i'm saying this because i don't know how the x y cordinets work in other paint programs) get it then open your wps back drop and press s the click and drag the mouse over the progress bar. At the bottom of paint dot net they should have something like selection top left 13,520.

13 is your y and 520 is x.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  wps doesnt work with rockbox 3.4 anymore :-(
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.078 seconds with 17 queries.