- October 31, 2006
- 1,972
- 539
- Home Country
-
Germany
Please note that i just comitted a change for the mytvsearch.xml screen of TvPlugin.
Before there was a search button where you could just choose the 1st letter to search for, which did not work well.
I replaced this button with a GUIButtonControl and made a new ID for that.
Currently the old buttons AND the new button works but we intend to clean up the code after a short while, so please make the appropriate changes to your skins.
The new control code for blue two is
the old control code was
Before there was a search button where you could just choose the 1st letter to search for, which did not work well.
I replaced this button with a GUIButtonControl and made a new ID for that.
Currently the old buttons AND the new button works but we intend to clean up the code after a short while, so please make the appropriate changes to your skins.
The new control code for blue two is
Code:
<control>
<description>sms input</description>
<type>button</type>
<id>19</id>
<label>137</label>
<posX>60</posX>
<posY>233</posY>
<onup>6</onup>
<ondown>8</ondown>
<onleft>19</onleft>
<onright>10</onright>
</control>
Code:
<control>
<description>Letter button</description>
<type>selectbutton</type>
<id>7</id>
<posX>60</posX>
<posY>233</posY>
<label>872</label>
<onleft>7</onleft>
<onright>10</onright>
<onup>6</onup>
<ondown>8</ondown>
</control>