Pm3 comment
#24
just checked thoroughly, the problem with my original home.xml is <onup> and <ondown> script of "my music normal push button" and "settings normal push button", the orginal value is :

      <onup>5</onup>
       <ondown>7</ondown>

      and

       <onup>7</onup>
       <ondown>2</ondown>

if i change them to:

       <onup>5</onup>
       <ondown>18</ondown>

      and

       <onup>18</onup>
       <ondown>2</ondown>

then there's no problem at all.

as for the removing of weather white button from the screen, simply remove the following script from home.xml:

 <control>
      <description>my weather normal push button</description>
      <type>button</type>
      <id>7</id>
      <posx>310</posx>
      <posy>434</posy>
      <width>9</width>
      <height>8</height>
      <label>8</label>
      <font>font10</font>
      <hyperlink>2600</hyperlink>
      <font>font10</font>
      <onleft>6</onleft>
      <onright>99</onright>
      <onup>6</onup>
      <ondown>2</ondown>
      <texturefocus>home-focus.gif</texturefocus>
      <texturenofocus>-</texturenofocus>
      <textoffsetx>20</textoffsetx>
    </control>

    <control>
      <description>scripts normal push button</description>
      <type>button</type>
      <id>7</id>
      <posx>310</posx>
      <posy>434</posy>
      <width>9</width>
      <height>8</height>
      <label>8</label>
      <font>font10</font>
      <hyperlink>2600</hyperlink>
      <font>font10</font>
      <onleft>6</onleft>
      <onright>99</onright>
      <onup>7</onup>
      <ondown>2</ondown>
      <texturefocus>home-focus.gif</texturefocus>
      <texturenofocus>-</texturenofocus>
      <textoffsetx>20</textoffsetx>
    </control>



then the weather white button will disappear and we still can get the online weather info at the bottom left.

thanks to axious for his great script and his help!

(jaga @ april 18 2005,18:19 Wrote:i also wanted to change that and with the help on teknojuice on #xbmc i did. upload your new image to skin/project mayhem iii/media and change home.xml to use that new image name instead of 4x3home-mypictures.png.

thanks, successfully replaced the original picture with the following one:
Image
Reply


Messages In This Thread
[No subject] - by jsd - 2005-04-15, 02:29
[No subject] - by Nickman - 2005-04-15, 03:16
[No subject] - by Chokemaniac - 2005-04-15, 04:05
[No subject] - by xboxsFan - 2005-04-18, 18:15
[No subject] - by pre1014 - 2005-04-18, 18:22
[No subject] - by jaga - 2005-04-18, 19:19
[No subject] - by Noodle - 2005-04-18, 19:21
[No subject] - by jmarshall - 2005-04-18, 19:27
[No subject] - by Noodle - 2005-04-19, 01:53
[No subject] - by axious - 2005-04-19, 10:05
[No subject] - by xb0xb0y - 2005-04-20, 16:41
[No subject] - by axious - 2005-04-20, 17:07
[No subject] - by xb0xb0y - 2005-04-20, 17:36
[No subject] - by Nuka1195 - 2005-04-20, 20:22
[No subject] - by xboxsFan - 2005-04-21, 16:39
[No subject] - by axious - 2005-04-21, 16:58
[No subject] - by xboxsFan - 2005-04-21, 17:08
[No subject] - by axious - 2005-04-21, 17:33
[No subject] - by xboxsFan - 2005-04-21, 17:46
[No subject] - by axious - 2005-04-21, 18:00
[No subject] - by xboxsFan - 2005-04-21, 18:21
[No subject] - by xboxsFan - 2005-04-21, 18:24
[No subject] - by axious - 2005-04-21, 18:34
[No subject] - by xboxsFan - 2005-04-21, 18:48
[No subject] - by badener - 2005-04-21, 20:41
[No subject] - by ytsejam - 2005-04-24, 18:47
[No subject] - by j_guzzler - 2005-04-25, 18:19
[No subject] - by bluebox - 2005-04-27, 02:57
[No subject] - by conners - 2005-04-28, 15:57
[No subject] - by Hullebulle - 2005-05-02, 02:42
[No subject] - by jhoff80 - 2005-05-09, 01:22
[No subject] - by Nuka1195 - 2005-05-09, 01:30
[No subject] - by spiff - 2005-05-09, 01:30
[No subject] - by jhoff80 - 2005-05-09, 02:22
Logout Mark Read Team Forum Stats Members Help
Pm3 comment0