QUOTE(lawdawg0931 @ Jun 28 2007, 10:51 PM)

Page 30 & 31...posts by Horscht. Use a free program called Context to edit the files...save...then ftp to the box.
I tried editing the files again, still no dice....im thinking its got something to do with my lack of sleep....I'm probably just missing something.
heres what ive got:
buttons>
<button id="101">
<label>15016</label>
<onclick>XBMC.ActivateWindow(1,Games)</onclick>
</button>
<button id="102">
<label>350</label>
<onclick>XBMC.ActivateWindow(1,Programs)</onclick>
</button>
<button id="103">
<label>Emulators</label>
<onclick>XBMC.ActivateWindow(1,Emulators)</onclick>
</button>
<button id="104">
<label>Homebrew</label>
<onclick>XBMC.ActivateWindow(1,Homebrew)</onclick>
</button>
</buttons>
then:
<control type="image">
<description>Emulators Background Image</description>
<posx>-2</posx>
<posy>-3</posy>
<width>217</width>
<height>137</height>
<texture diffuse="home_button_diffuse.png">MyEmulators.png</texture>
<aspectratio>stretch</aspectratio>
<visible>[Control.HasFocus(301) + Buttonscroller.HasFocus(103)]</visible>
<animation effect="fade" delay="100" time="100" start="0">visible</animation>
<animation effect="fade" time="50" end="0">hidden</animation>
</control>
<control type="image">
<description>Homebrew Background Image</description>
<posx>-2</posx>
<posy>-3</posy>
<width>217</width>
<height>137</height>
<texture diffuse="home_button_diffuse.png">MyGames_Icon.png</texture>
<aspectratio>stretch</aspectratio>
<visible>[Control.HasFocus(301) + Buttonscroller.HasFocus(104)]</visible>
<animation effect="fade" delay="100" time="100" start="0">visible</animation>
<animation effect="fade" time="50" end="0">hidden</animation>
</control>
not sure what i am missing.....thanks