xboxscene.org forums

Author Topic: Trying To Add More Buttons To The Side Script Menu In The 360 Skin  (Read 362 times)

mikenewf

  • Archived User
  • Jr. Member
  • *
  • Posts: 76

i'm trying to add more buttons to the side script menu in the 360 skin  ,, u know when u press the white button i set it up for the next button ,( youtube ) and i see the button and its set were i want it , the path is right , and i press it , and it reboots me to unleash my main dash, i'm 98% sure my DialogSubMenu.xml  is right, can please help me and tell me wat my problem might be               thank you!!!!!

heres my DialogSubMenu.xml    




                 <control>
         <description>Button 11</description>
         <type>button</type>
         <id>11</id>
         <posx>340</posx>
         <posy>67</posy>
         <width>235</width>
         <height>59</height>
         <texturefocus>guide-button-focus.png</texturefocus>
         <texturenofocus>guide-button-nofocus.png</texturenofocus>
         <onclick>Q:\scripts\Youtube\default.py</onclick>
         <pulseonselect>no</pulseonselect>
         <onleft>11</onleft>
         <onright>11</onright>
         <onup>9</onup>
         <ondown>1</ondown>
         <font>font14</font>
         <label>YouTube</label>
         <textoffsetx>40</textoffsetx>
         <include>SubmenuAni</include>
         <include>SubmenuAni</include>
         <visible>yes</visible>
         <include>SubmenuAni</include>
      </control>
   
      <control>
         <description>Button 1</description>
         <type>button</type>
         <id>1</id>
         <posx>340</posx>
         <posy>104</posy>
         <width>235</width>
         <height>59</height>
         <texturefocus>guide-button-focus.png</texturefocus>
         <texturenofocus>guide-button-nofocus.png</texturenofocus>
         <onclick>Q:\scripts\XXX Camz\camz.py</onclick>
         <pulseonselect>no</pulseonselect>
         <onleft>1</onleft>
         <onright>1</onright>
         <onup>11</onup>
         <ondown>2</ondown>
         <font>font14</font>
         <label>Web Cam Girls</label>
         <textoffsetx>40</textoffsetx>
         <include>SubmenuAni</include>
         <include>SubmenuAni</include>
         <visible>yes</visible>
         <include>SubmenuAni</include>
      </control

sorry wrong forum menu
Logged

mikenewf

  • Archived User
  • Jr. Member
  • *
  • Posts: 76
Trying To Add More Buttons To The Side Script Menu In The 360 Skin
« Reply #1 on: January 08, 2007, 09:59:00 AM »

can i only have 9 buttons?? if so why ? i don't understand y it just reboots me. i want 20 buttons(2 rows of 10, u can fit it easy) in the script blade,  can someone please help me !!!!!!!!!!!
Logged

CHI3f

  • Archived User
  • Hero Member
  • *
  • Posts: 607
Trying To Add More Buttons To The Side Script Menu In The 360 Skin
« Reply #2 on: January 08, 2007, 05:20:00 PM »

The <onclick> tag should look like this when you are linking it to a script.

<onclick>XBMC.RunScript(Q:\scripts\Youtube\default.py)</onclick>

and for the other one

<onclick>XBMC.RunScript(Q:\scripts\XXX Camz\camz.py)</onclick>
                         you dirty boy^^^^^^^^^^^^^^^^^^^^^^^^^^^


Anyway that should get you all set.

P.S. If you want to link a button to a .xbe the command would look like this

<onclick>XBMC.RunXBE(E:\apps\XBMC\default.xbe)</onclick>
Logged

mikenewf

  • Archived User
  • Jr. Member
  • *
  • Posts: 76
Trying To Add More Buttons To The Side Script Menu In The 360 Skin
« Reply #3 on: January 08, 2007, 08:49:00 PM »

the other  webcam one works fine  and every path i have in my DialogSubMenu.xml
look like that, and they all work fine , thxs 4 the reply

<onclick>Q:\scripts\Global Alternative News\GAN.py</onclick>
<onclick>Q:\scripts\Comedy Central\Comedy_Central.py</onclick>
<onclick>Q:\scripts\Google Video\gvp.py</onclick>
<onclick>Q:\scripts\Online Mp3 Player\default.py</onclick>
<onclick>Q:\scripts\World TV\worldtv.py</onclick>
<onclick>Q:\scripts\Launch Browser\LaunchBrowser.py</onclick>

 
Logged

mikenewf

  • Archived User
  • Jr. Member
  • *
  • Posts: 76
Trying To Add More Buttons To The Side Script Menu In The 360 Skin
« Reply #4 on: January 10, 2007, 12:18:00 AM »

ya u guys are just F***** usless, and u can't tell me atleast one of u cunts didn't know wat my problem was.. ya  was "keyword"     i found it out by myself as always  ,   thxs 4 nothin
Logged