hallo,
was in dem anderen thread mit dem plot gemacht wurde habe ich versucht auf den label zu machen da ich diesen auch so haben möchte, mit "einblenden wenn makiert", nur leider krige ich kein ergbnis ist meine code in der includes falsch?
includes.xml :
<variable name="RecentlyAddedlabel">
<value condition="Container(8000).HasFocus(1)">$INFO[Window.Property(LatestMovie.1.Label)]</value>
<value condition="Container(8000).HasFocus(2)">$INFO[Window.Property(LatestMovie.2.Label)]</value>
<value condition="Container(8000).HasFocus(3)">$INFO[Window.Property(LatestMovie.3.Label)]</value>
<value condition="Container(8000).HasFocus(4)">$INFO[Window.Property(LatestMovie.4.Label)]</value>
<value condition="Container(8000).HasFocus(5)">$INFO[Window.Property(LatestMovie.5.Label)]</value>
</variable>
und der request :
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.HasFocus(8000)</visible>
<control type="image">
<posx>800</posx>
<posy>30</posy>
<height>200</height>
<width>640</width>
<texture>black-back.png</texture>
</control>
<control type="textbox">
<description>Description Value for Movies</description>
<posx>805</posx>
<posy>30</posy>
<width>630</width>
<height>190</height>
<font>font12</font>
<textcolor>white</textcolor>
<label>$VAR[RecentlyAddedlabel]</label>
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container(8000).HasFocus(1) | Container(8000).HasFocus(2) | Container(8000).HasFocus(3) | Container(8000).HasFocus(4) | Container(8000).HasFocus(5)</visible>
</control>
</control>
danke