Hallo
ich füge aktuell custom menü punkte hinzu, so das ganzen geht bisher soweit aber bei favoriten habe ich nen problem :
PHP
<control type="button" id="415">
<width>1260</width>
<font>font13</font>
<label>Favoriten Liste</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton5))][/COLOR]</label2>
<textcolor>Light</textcolor>
<focusedcolor>ButtonLabel</focusedcolor>
<disabledcolor>DisabledColour</disabledcolor>
<radiowidth>95</radiowidth>
<radioheight>66</radioheight>
<texturenofocus>-</texturenofocus>
<texturefocus>common/Button_FO.png</texturefocus>
<textureradiofocus>common/Radio_FO.png</textureradiofocus>
<textureradionofocus>common/Radio_NF.png</textureradionofocus>
<textoffsetx>20</textoffsetx>
<pulseonselect>false</pulseonselect>
<onclick>RunScript(script.favourites,property=HomeVideosButton5)</onclick>
</control>
Alles anzeigen
mit dem onclick sage ich ja rufe script favoriten auf, das geht wunderbar dort wähle ich einen eintrag, aber er übernimmt ihn nicht als addon.
ist der aufruf falsch beim label oder der onclick ?
[edit] Lösung : $INFO[Skin.String(CustomFavourite.2.Label)] [/edit]