In etwa so?
Nur bei dem feinen Rahmen drum rum fehlt irgendwie die rechte Kontur?
[expander]
Code
<!-- Aeon MQ 5 -->
<includes>
<!--################################################################################## VISTA GLASS LIST - ID 69 MOD Workbench ##################################################################################-->
<include name="ViewGlassGenre">
<control type="group">
<animation effect="fade" time="400">VisibleChange</animation>
<visible>Control.IsVisible(69) + Container.Content(genres)</visible>
<control type="group">
<animation effect="fade" time="400">VisibleChange</animation>
<include>ViewBack</include> <!-- Fundo -->
<visible>Control.IsVisible(69)</visible>
<control type="image" id="6911">
<posx>-500</posx>
<posy>-500</posy>
<width>2</width>
<height>2</height>
<texture fallback="empty" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture>
</control>
<control type="panel" id="69">
<viewtype label="Workstation Genre">Wide Icon</viewtype>
<posx>170</posx>
<posy>0</posy>
<width>900</width>
<height>700</height>
<onleft>9900</onleft>
<onright>80</onright>
<pagecontrol>80</pagecontrol>
<scrolltime>450</scrolltime>
<preloaditems>2</preloaditems>
<animation effect="slide" start="0,0" end="-10,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(80)">Conditional</animation>
<visible>Container.Content(genres)</visible>
<itemlayout height="125" width="1600">
<control type="group">
<include>Banner_Dimmer</include>
<control type="image"><!-- Background -->
<posx>0</posx>
<posy>0</posy>
<width>940</width>
<height>99</height>
<texture>banner_glass.png</texture>
<colordiffuse>FF505050</colordiffuse>
<aspectratio>stretch</aspectratio>
<include>Animation_Fade</include>
</control>
<control type="image"><!-- Cover -->
<posx>0</posx>
<posy>0</posy>
<width>900</width>
<height>99</height>
<texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture>
<aspectratio>keep</aspectratio>
</control>
</control>
</itemlayout>
<focusedlayout height="155" width="990">
<control type="image"><!-- Cover -->
<posx>0</posx>
<posy>0</posy>
<width>900</width>
<height>99</height>
<texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture>
<aspectratio>keep</aspectratio>
<animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation>
</control>
<control type="image"><!-- Background -->
<posx>0</posx>
<posy>5</posy>
<width>900</width>
<height>90</height>
<texture>banner_glass2.png</texture>
<aspectratio>stretch</aspectratio>
<animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation>
</control>
<control type="label">
<posx>260</posx>
<posy>60</posy>
<width>900</width>
<height>40</height>
<textcolor>FFFFFF</textcolor>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
<font>Font_40</font>
<scroll>true</scroll>
<visible>Stringcompare(Control.GetLabel(6911),empty)</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="80"><!--Banner-->
<include>ScrollBar_Vertical</include>
<posx>1240</posx>
<posy>92</posy>
<height>548</height>
<onleft>69</onleft>
<onright>9920</onright>
<include>Animation_Fade</include>
<visible allowhiddenfocus="true">Control.IsVisible(69) + Control.HasFocus(80)</visible>
</control>
</control>
</control>
</include>
</includes>
Alles anzeigen
[/expander]
Du brauchst da am besten eine Matte im Bild die die Kontur drum herum quasi ausblendet.
Ich denke so meinst es.
Grüße