Project

General

Profile

Actions

Support #2112

closed

TV Box and Backgrounds are not possible

Added by TCr over 9 years ago. Updated over 9 years ago.

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

box.svg (4.58 KB) box.svg TCr, 02/22/2015 04:41 PM
Actions

Also available in: Atom PDF