PHP Code:
<item>
<label>0</label>
<onclick>ActivateWindow(Programs,addons,return)</onclick>
<icon>special://skin/button_icons/icon-apps.png</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(AppsBlade_HidePrograms)</visible>
</item>
</content>
</control>
</control>
<include>CommonDVDTray</include>
</control>
Now, here is my modified code, with my changes:
PHP Code:
<item>
<label>CONSOLE - NINTENDO</label>
<onclick>ActivateWindow(Programs,addons,return)</onclick>
<icon>special://skin/button_icons/icon-apps.png</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(AppsBlade_HidePrograms)</visible>
<property name="ListPoster">special://skin/button_icons/nes.png</property>
</item>
</content>
</control>
<control type="image">
<description>NES TEST LOGO</description>
<posx>0</posx>
<posy>30</posy>
<width>380</width>
<height>70</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Control(9000).Property(ListPoster)]</texture>
</control>
</control>
<include>CommonDVDTray</include>
</control>
You'll see I added a new image control outside the list control and added in the texture info within the "Item" group. I think I've pasted everything correctly but I still do not get the correct texture appearing as it would in a normal list view.
Any thoughts on where I'm going wrong?

Search
Help