Reply to thread

Hi,


I'd like to create my own skin but as mediaportal doesn't have a skin editor (Well, I dont have found it) I'm interesting in xml documentation about some commands in:


<control>

    <description>Fast Forward</description>

    <type>togglebutton</type>

    <id>214</id>

    <posX>196</posX>

    <posY>515</posY>

    <width>35</width>

    <height>37</height>

    <AltTextureFocus>osd_fastforward_focus.png</AltTextureFocus>

    <AltTextureNoFocus>osd_fastforward_nofocus.png</AltTextureNoFocus>

    <textureFocus>osd_fastforward_focus.png</textureFocus>

    <textureNoFocus>osd_fastforward_focus.png</textureNoFocus>

    <label>-</label>

    <font>-</font>

    <onleft>213</onleft>

    <onright>215</onright>

    <onup>214</onup>

    <ondown>214</ondown>

</control>


Some of them are enough descriptives but other not. Could anybody help me to find documentation?.


Thanks.


Top Bottom