Hallo
ich habe einen Button in den Settings angelegt, bei dem ein Programm automatisch im Hauptmenü zugefügt wird (Confluence Mod Skin)
bei Android klappt es 1A und wird in der guisettings.xml eingetragen
aber wie geht es bei Windows (c:\program files (x86)\globalhdtv\globalhdtv.exe)
und kann eventuell XBMC erkennen welches Betriebssystem am Start ist
Gruß und Danke Gerhard
Code
<control type="button" id="308">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>Global TV</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetString(CustomFavourite1.Label,Global TV)</onclick>
<onclick>Skin.SetString(Home_Custom_Back_Favourite1_Folder,special://skin/backgrounds/globaltv.jpg)</onclick>
<onclick>Skin.SetString(CustomFavourite1.Path,StartAndroidActivity("com.smkamran.germantv"))</onclick>
<onclick>Skin.SetString(CustomFavourite1.Icon,androidapp://sources/apps/com.smkamran.germantv.png)</onclick>
</control>
Alles anzeigen