Support and General Use > Theming and Appearance Customization
WPS images issue for volume indicator graphics: unequal distribution of images
Mikerman:
Thanks and yep, that's exactly what I was finding, especially with the Sim (I don't know if the fix handles the Sim situation). It drove me batty for days.
DervishD:
I don't know about the sim. In fact, when I was making my own WPS, I didn't notice this problem in the sim! Probably my fault, I don't know. The fact is that when I put the WPS in the iAudio I noticed the problem with the volume values and investigated the issue. It turned out that the function used to map the dB values to the values in the conditional was right if no "special" slots in the conditional were used.
The good part is that, having the source, I know that the only reason I don't fix a bug is my lack of knowledge. I no longer depend on anybody listening to my suggestions to fix propietary firmware. BTW, this firmware is FAR better than the one provided with my Cowon iAudio: the code is readable, it is updated every day, the developers are very active, there are good forums... That's just cool ;)
Raúl
stavvie34:
im a bit of a noob at creating wps'. ive only created like 2 or 3.
im working on a grafic volume indicator as well. but when i use the line:
%?pv<%xdAa|%xdAb|%xdAc|xdAd|%xdAe|%xdAf|%xdAg|%xdAh>
the wps freaks out and none of the code previous and after this code works. not even the volume bar works
i have 8 images for the volume and ive tried useing bitmap strips and single images as well. nothing has worked. can some one please help me with this problem? thanks!
p.s. here is my code for the wps
%wd
#preloading images
%X|aboom2.bmp|
%xl|A|volstrip2.bmp|70|6|
%?pv<%xdAa|%xdAb|%xdAc|xdAd|%xdAe|%xdAf|%xdAg|%xdAh>
%s%ac%it
%s%ac%ia
%s%ac%id
%pc %pt
%pb
%s%acPlaying Next: %It
%bl %ca
karashata:
You need to add a '8|' to the end of your volume bitmap preload, so the line reads like this:
%xl|A|volstrip2.bmp|70|6|8|
This tells the WPS parser that that image is a bitmap strip with 8 images.
Navigation
[0] Message Index
[*] Previous page
Go to full version