ich will ein multi image aus resource addon erzeugen, irgend etwas klappt noch nicht, was habe ich vergessen?
die labels vom helper funktionieren und das resource addon funktionieren, irgend etwas anderes ist mit diesen code nicht korrekt.
Da ich ein skinning noob bin bräuchte ich es etwas genauer... nicht alle begrifflichkeiten sagen mir etwas.
Code
<onload>runscript(script.embuary.helper,action=split,property=director,separator='" / "',value='$ESCINFO[ListItem.Director]')</onload>
<control type="list" id="524">
<scrolltime>4000</scrolltime>
<autoscroll>true</autoscroll>
<left>1065</left>
<top>127</top>
<width>195</width>
<height>280</height>
<visible>true</visible>
<itemlayout width="650" height="650">
<control type="image">
<texture>$INFO[ListItem.Label,resource://resource.images.moviedirectorthumbs/,.jpg]</texture>
</control>
</itemlayout>
<focusedlayout height="650" width="650">
<control type="image">
<texture>$INFO[ListItem.Label,resource://resource.images.moviedirectorthumbs/,.jpg]</texture>
</control>
</focusedlayout>
<content>
<item>
<label>$INFO[Window(home).Property(director.0)]</label>
<visible></visible>
</item>
<item>
<label>$INFO[Window(home).Property(director.1)]</label>
<visible></visible>
</item>
<item>
<label>$INFO[Window(home).Property(director.2)]</label>
<visible></visible>
</item>
</content>
</control>
<control type="image">
<left>1065</left>
<top>127</top>
<width>195</width>
<height>280</height>
<colordiffuse></colordiffuse>
<aspectratio alignx="left" aligny="bottom">keep</aspectratio>
<fadetime>200</fadetime>
<texture background="true">$INFO[Container(524).ListItem.Label]</texture>
</control>
Alles anzeigen