credits removing (xbox)
#1
Because credits option is removed, PM3 skin settings.xml (PAL/PAL16x9) need some changes.
Reply
#2
reply for myself
(PAL):Settings.xml
Code:
....
<include>contentpanel</include>
        <control type="group" id="9000">
            <posx>20</posx>
            <posy>100</posy>
            <include>buttonpanelslide</include>
            <control type="button" id="11">
                <description>profiles</description>
                <posx>0</posx>
                <posy>0</posy>
                <label>13200</label>
                <onclick>XBMC.ActivateWindow(34)</onclick>
                <onleft>8</onleft>
                <onright>6</onright>
                <onup>20</onup>
                <ondown>13</ondown>
            </control>
        
            <control type="button" id="13">
                <description>skin Settings</description>
                <posx>0</posx>
                <posy>37</posy>
                <label>20077</label>
                <onclick>ActivateWindow(56)</onclick>
                <onleft>8</onleft>
                <onright>6</onright>
                <onup>11</onup>
                <ondown>14</ondown>
            </control>
            <control type="button" id="14">
                <description>reload skin</description>
                <posx>0</posx>
                <posy>74</posy>
                <label>20183</label>
                <onclick>XBMC.ReloadSkin()</onclick>
                <onleft>8</onleft>
                <onright>6</onright>
                <onup>13</onup>
                <ondown>20</ondown>
            </control>
            <control type="group">
                <description>LastFM Love Hate Stuff</description>
    ......
Reply

Logout Mark Read Team Forum Stats Members Help
credits removing (xbox)1