PDA

View Full Version : Home.xml Question


UND3R ACHI3V3R
2008-07-23, 01:36
If I wanted to remove the default home layout of Basics-Vision and only use the alternate view (i.e, not having to choose it in skin settings), what of the home.xml code needs to be edited/removed?



Thanks in advance for any help.

Jezz_X
2008-07-23, 01:52
you need to remove the entire code from this block
<control type="group">
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(Alternate_Home)</visible>

which is about line 177 to 477 then you need to remove <visible>Skin.HasSetting(Alternate_Home)</visible> fromthe top group
and you will also need to clean up the nowplaying and time visible stuff under the big block you just deleted

UND3R ACHI3V3R
2008-07-23, 02:05
OK removed the block of code you said and below that it begins like this:

<!-- Begin Media menu -->
<control type="wraplist" id="302">
<posx>390</posx>
<posy>22</posy>
<height>132</height>
<width>250</width>
<onup>302</onup>
<ondown>302</ondown>
<onleft>2</onleft>
<onright>302</onright>
<focusposition>1</focusposition>
<visible allowhiddenfocus="true">Control.HasFocus(302)</visible>
<animation effect="fade" delay="150" time="100" start="0" end="100">visible</animation>
<itemlayout height="44">


By clean up do you mean delete too?

Jezz_X
2008-07-23, 02:07
the <control type="wraplist" id="302"> is the alt menu so don't delete it

Jezz_X
2008-07-23, 02:14
This might work I didn't test it though
http://pastebin.com/m781fe472

UND3R ACHI3V3R
2008-07-23, 02:22
Yes! worked great accept no labels (movies, music, ect) are visible and the top right corner is blurred out where the time is.

UND3R ACHI3V3R
2008-07-23, 02:30
EDIT and 2 times are showing lol center top, and top right.

UND3R ACHI3V3R
2008-07-23, 02:44
Never mind fixed the time/date issue.