[Skin-Devs: Attention] Changed the MyTVSearch.xml for TvPlugin (1 Viewer)

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany 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
    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>
    the old control code was
    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>
     

    scirocco790

    Portal Pro
    December 7, 2006
    365
    10
    Home Country
    Germany Germany
    and a question gemx! a few days ago there was a change regarding the radio section. on my mp installation (and the installations of a lot more people) radio ONLY works when the bluetwo/wide skin is used. no channels are display when another skin is used.
    what was changed? should be nice to know for the skin devs.
    thanks
    Peter
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    and a question gemx! a few days ago there was a change regarding the radio section. on my mp installation (and the installations of a lot more people) radio ONLY works when the bluetwo/wide skin is used. no channels are display when another skin is used.
    what was changed? should be nice to know for the skin devs.
    thanks
    Peter

    Skinner follow the skin changelog. Some skin threads (like e.g. monochrome) already have updated files.
     

    Users who are viewing this thread

    Top Bottom