16.05.2016, 20:54
geht mir ähnlich mit dem skinning. mach das auch noch nicht so lang.
habe mir nen ornder "scripts" neben all den anderen 720p, colors, backgrounds, usw. angelegt.
zum aufruf des scripts hab ich solch ein control:
habe mir nen ornder "scripts" neben all den anderen 720p, colors, backgrounds, usw. angelegt.
zum aufruf des scripts hab ich solch ein control:
Code:
<control type="button" id="114">
<posx>0</posx>
<posy>45</posy>
<description>Change Color</description>
<width>750</width>
<height>40</height>
<label>Choose TextColor1</label>
<label2>$VAR[TextColor1]</label2>
<onup>313</onup>
<ondown>308</ondown>
<onclick>RunScript("special://skin/scripts/changecolor.py")</onclick>
<onleft>9000</onleft>
<onright>62</onright>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<textcolor>grey2</textcolor>
<focusedcolor>$VAR[TextColor1]</focusedcolor>
</control>