Actions
Support #2112
closedTV Box and Backgrounds are not possible
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
02/22/2015
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I define a global background in displaymenu.xml
<displaymenu x="0" y="0" width="100%" height="100%" fadetime="0"> <background> <area x="0" y="0" width="100%" height="100%" layer="1"> <fill color="{clrBackground}" /> </area> </background> ..... </displaymenu>
and than I want to get the tv-box on displaymenumain.xml:
<menumain x="0" y="0" width="100%" height="100%" fadetime="0" scaletvx="{areawidth}*55/100-10" scaletvy="{areaheight}*34/100-10" scaletvwidth="40%" scaletvheight="50%"> <header> <area x="{areawidth}*55/100-10" y="{areaheight}*34/100-10" width="40%" height="50%" layer="1"> <drawimage imagetype="skinpart" path="box" x="0" y="0" width="100%" height="100%" /> </area> </header> ..... </displaymenu>
when I remove the background the tv box get displayed, but with it dont work.
I miss a option to set the layer for the tv box, or is there a other way to approach?
Files
Updated by louis over 9 years ago
- Status changed from New to Feedback
Hi,
the TV Box is always "layer 0"...it is technically not possible to raise the layer of the tv box.
As solution you have to leave the area were the TV Box should be shown completely transparent. See the blackhole skin as example.
Cheers Louis
Updated by TCr over 9 years ago
the TV Box is always "layer 0"...it is technically not possible to raise the layer of the tv box.
Why not, the plugin self can cut/clear the underlaing layers so, that it get displayed.
Actions