Support and General Use > Theming and Appearance Customization
Problem with iRiver 1xx WPS display on builds 9/1 and after
(1/1)
JimmyRock:
I'm having a WPS display problem on my iHP-140. In my WPS (using the default font), in the upper left-hand corner, there is a empty square area that cuts off text on the first line (but does not appear to affect graphics). Looks like the empty area starts about the middle of the 1st character and goes to the middle of the 5th. The problem appears whether graphics are showing or not. This did NOT happen, with the same WPS, in the 8/25 and 8/26 builds, but has occured in every build I've tried from 9/1 on (including today's). Here's my WPS if anyone needs it (again, default font, and volume.bmp doesn't seem to be the problem, it happens with or without it)...the volume numbers (%pv tag at the top) are getting cut off:
--- Code: ---# Borrowed from "sober.wps" and modified
# screen height (pixels) : 160x128 (1 line = 8 pixels)
%xdd %pvdB
# Current song info
%xda %?ia
%xdb %?it
%xdc %?id%?iy
%xdf %?ig%?in
%?fp|>
___________________________
%?rp%?rr
%al-%pr/%pt %ar[%pp/%pe]
%pb
#%pm (Removed to add space above)
%al%fc %fbkb%?fv< VBR|>%ar%ffHz
___________________________
%xde %?Ia
%?It
%?bl %bl%% %bt %?bp
# preload of images
%xl|a|artist.bmp|0|8|
%xl|b|track.bmp|0|16|
%xl|c|album.bmp|0|24|
%xl|d|volume.bmp|0|0|
%xl|e|next.bmp|0|96|
%xl|f|genre.bmp|0|32|
%xl|g|batt_0.bmp|0|120|
%xl|h|batt_1.bmp|0|120|
%xl|i|batt_2.bmp|0|120|
%xl|j|batt_3.bmp|0|120|
%xl|k|batt_4.bmp|0|120|
%xl|l|charge.bmp|140|120|
%xl|n|rep_all.bmp|95|0|
%xl|o|rep_one.bmp|95|0|
%xl|p|rep_shuffle.bmp|5|0|
%xl|q|mode_stop.bmp|55|0|
%xl|r|mode_play.bmp|55|0|
%xl|s|mode_pause.bmp|55|0|
%xl|t|mode_ffw.bmp|55|0|
%xl|u|mode_rew.bmp|55|0|
%xl|v|shuffle.bmp|45|0|
%xl|w|lock_main.bmp|140|0|
%xl|x|lock_remote.bmp|150|0|
# status bar
%?mm
%?mp
%?ps
%?mh
%?mr
%wd # original status bar : off
--- End code ---
Thanks,
-JimmyRock
Lear:
--- Quote from: JimmyRock on September 08, 2006, 07:35:01 PM ---
--- Code: ---%xl|n|rep_all.bmp|95|0|
%xl|o|rep_one.bmp|95|0|
%xl|p|rep_shuffle.bmp|5|0|
%xl|q|mode_stop.bmp|55|0|
%xl|r|mode_play.bmp|55|0|
--- End code ---
--- End quote ---
The x coordinate for rep_shuffle.bmp looks odd...
JimmyRock:
--- Quote from: Lear on September 09, 2006, 08:49:57 AM ---The x coordinate for rep_shuffle.bmp looks odd...
--- End quote ---
Good call Lear...that was it. It should be 95 instead of 5. But it worked just like that before, maybe the new builds altered the way the display functions. The original theme "sober" has this problem too, maybe someone should inform that author.
Thanks!
Lear:
Yes, a bug fix on Aug 29 changed that behaviour. If the first value of an enum was to be displayed, the area(s) covered by the images in the enum wasn't cleared. In this case, the problem would've appeared if you changed the repeat mode.
Navigation
[0] Message Index
Go to full version