- July 28, 2010
- 148
- 4
- Home Country
- Germany
Just look into the header of the xml, that ID (<id>25650</id>) is the shortcut that you can put into a button with <hyperlink> tag. Example:
<control>
<description>RadioTime button</description>
<type>button</type>
<id>(some ID here)</id>
<hyperlink>25650</hyperlink>
<label>RadioTime</label>
<onup>(ID for button above)</onup>
<ondown>(ID for button below)</ondown>
<onleft>(ID for button left)</onleft>
<onright>(ID for button right)</onright>
<visible>plugin.isenabled(RadioTime)</visible>
</control>
sry which xml file did you mean?