This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5351 - wps overlay
Attached to Project:
Rockbox
Opened by Jason Howell (Shorty_0708) - Friday, 12 May 2006, 17:48 GMT+2
Last edited by Peter D'Hoye (petur) - Thursday, 18 May 2006, 09:15 GMT+2
Opened by Jason Howell (Shorty_0708) - Friday, 12 May 2006, 17:48 GMT+2
Last edited by Peter D'Hoye (petur) - Thursday, 18 May 2006, 09:15 GMT+2
|
Detailsi have diff config files for different times of the day. When i switch from one to the other, the wps is partially the old and partially the new one...
Does anyone know about this? |
This task depends upon
Closed by Peter D'Hoye (petur)
Friday, 19 May 2006, 00:45 GMT+2
Reason for closing: Fixed
Additional comments about closing: will still mess your wps if your config file contains a different font!
Friday, 19 May 2006, 00:45 GMT+2
Reason for closing: Fixed
Additional comments about closing: will still mess your wps if your config file contains a different font!
Part of the problem is that WPSes should be able to set background colors internally, much like you can for the menus. Then, if a WPS sets one, it overrides the current backdrop with a solid colour of whatever is set, allowing the clearing of backdrops to white or some other color, and allowing solid-backdrop WPSes to work even when you have a menu backdrop, without having to use a solid bitmap for them.
Additional bug: if you clear the backdrop from within the wps screen, the wps code doesn't notice the clearing and will restore the old backdrop again whenever leaving the wps...