This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11520 - Problems with overlaying viewports
Attached to Project:
Rockbox
Opened by Carsten Eckartsberg (AsusFreak) - Wednesday, 04 August 2010, 21:06 GMT+2
Last edited by Michael Chicoine (mc2739) - Friday, 06 August 2010, 01:40 GMT+2
Opened by Carsten Eckartsberg (AsusFreak) - Wednesday, 04 August 2010, 21:06 GMT+2
Last edited by Michael Chicoine (mc2739) - Friday, 06 August 2010, 01:40 GMT+2
|
DetailsI've a problem with my AF-Black theme for the D2. It's based on overlaying viewports.
In the past it was no problem to draw the cover art and overwrite some parts of the cover arts with other viewports like this: # Album Art %Vl(k,40,0,240,234,1) %?C<%Cd|> # Artist %Vl(k,43,204,234,13,4) %ac%?ia<%ia|%?d(2)<%d(2)|>> Now with r27685 the overlaying information are covered by the cover art. This was already an issue some times ago (V3.4 ?) and then it was fixed. Please correct it, it seems to be a timing problem... Thanks in advance. |
This task depends upon
Closed by Michael Chicoine (mc2739)
Friday, 06 August 2010, 01:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closed by request - fixed with r27719
Friday, 06 August 2010, 01:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closed by request - fixed with r27719
In the past you see the AA with some text information as overlay over the AA.
Now you only see the AA - the text viewport is covered by the AA.
It seems to be that the AA is drawn more often than the text viewport - so the text viewport can't be shown anymore.
Before - my last working release was one of 3rd week in July 2010 - a WPS shows the viewports in the order of their appearance: if I first draw the AA and then I draw the text viewport, I got an AA with the text showing in the front. Now the AA stays in front regardless of the drawing order.
So regarding your question: now it's AA drawn over the text and in the past I saw the text clearing the line in the AA.
I'm sorry but I will not be able to respond to this the next 10 days so I will come back after this time.
Thanks JdGordon.