This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5793 - WPS bmp file not completely cleared when not in use.
|
DetailsThe complete description bug would be that even when the bmp is only loaded, and not yet shown, it cuts off text that is shown where the bmp would be if displayed. I originally encountered this on a patched build, but was able to reproduce it with the ipodvideo-20060810 build using my own Applebox wps, which I have attached to this report. I did not change any settings once I had an official build, I merely transfered my theme and selected it. Here's a screenshot for further review:
[IMG]http://i19.photobucket.com/albums/b185/fatherfork/dump060810-211959.jpg[/IMG] FF |
This task depends upon
Closed by Magnus Holmgren (learman)
Sunday, 10 September 2006, 10:16 GMT+2
Reason for closing: Invalid
Sunday, 10 September 2006, 10:16 GMT+2
Reason for closing: Invalid
Also, I forgot to include the font in the attached file above. The entire theme is attached to this.
FF
The image that causes the problem ("underart.bmp", loaded as image "b") is initially not displayed, but it is part of two different conditionals ("%?mh" and "%?lh" both contain "%xdb"). If an image is part of a conditional (or an enum), the background of the area the image covers is cleared, to ensure proper display.
There are other minor issues with the WPS, such as no terminating ">" on line 31 and missing conditionals on lines 36-38 (causing strings to be displayed twice, with "|" or ">" after them).