Help - Search - Members - Calendar
Full Version: Trying To Add More Buttons To The Side Script Menu In The 360 Skin
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official Team Blackbolt Skins Forum > Skin Mods
mikenewf
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


<!-- Begin Buttons!-->

<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
mikenewf
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 !!!!!!!!!!!
CHI3f
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>
mikenewf
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>


mikenewf
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.