Help - Search - Members - Calendar
Full Version: Home.xml Skin Question
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > (XBMC) Skin Development
dpreviti
Hello all,

I managed to add a weather stream, and now was attempting to add a games button to the PM skin, and so far have been successful except for two things.

1) the Grey background that surrounds programs and video etc.. is not there for my button is that because it's part of the programs icon?

2) the button itself doesn't have the onclick light like the other factory buttons. The button works but you don't know when it's highlighted except nothing else is.

Any help is appreciated I'm a very newbie so please be gentle I have copied that par of my code below

begin paste
</control>

<control type="button" id="66">
<description>My Games push button</description>
<posx>54</posx>
<posy>-18</posy>
<width>14</width>
<height>13</height>
<hitrect x="45" y="-15" w="220" h="40" />
<label>Games</label>
<font>special13</font> <onclick>ActivateWindow(MyPrograms,games)</onclick>
<onleft>98</onleft>
<onright>96</onright>
<onup>9</onup>
<ondown>2</ondown>
<texturefocus>home-focus.gif</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>30</textoffsetx>
</control>
<control type="image">
<posx>50</posx>
<posy>-22</posy>
<width>22</width>
<height>22</height>
<texture>homebutton-small.png</texture>
</control>
end paste
wangle
programs = games
no need to add the button
smile.gif
dpreviti
QUOTE(wangle @ Nov 30 2008, 10:26 PM) *

programs = games
no need to add the button
smile.gif

No not really

programs= emulators,dashboards,games,scripts,plugins, misc shortcuts......

Can anyone help?

TIA

DP
cbagy
QUOTE(dpreviti @ Dec 5 2008, 03:40 AM) *

No not really

programs= emulators,dashboards,games,scripts,plugins, misc shortcuts......

Can anyone help?

TIA

DP


Always thought that myself, i dont need apps n stuff available from the home menu. Just the games tab instead of programs and all its submenus.
CHI3f
you can make the games your default source so everytime you click programs it takes you right to your games.
cbagy
Oh yeah i know, i do that anyway !
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.