XBMC Community Forum
Permanent submenus? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox (/forumdisplay.php?fid=142)
+---- Thread: Permanent submenus? (/showthread.php?tid=117087)



Permanent submenus? - botez - 2011-12-17 02:42

I've been using Aeon Nox with pre-Eden for a while now and I love it. Unfortunately, my wife isn't so fond of having to expand every submenu to find where things are.

So, my question is how can I make the submenus "permanent" or unhidden -- kind of like how they are in the default Confluence skin? I looked through the xml, but couldn't find the particular thing that would toggle something like this on/off (if it's even that easy).

Thanks!


- Big_Noid - 2011-12-17 22:08

In Home.xml look for this code:

Code:
<animation effect="fade" start="100" end="0" time="300" condition="!Control.HasFocus(9010)">conditional</animation>
<animation effect="slide" start="0,0" end="0,-40" time="300" tween="cubic" easing="inout" condition="!Control.HasFocus(9010)">conditional</animation>

And delete it. RSS should be disabled or placed at the bottom of course.


- botez - 2011-12-18 00:54

Awesome! That worked perfectly. Thanks for the quick help Big Noid.


- Martijn - 2011-12-18 01:12

botez Wrote:Awesome! That worked perfectly. Thanks for the quick help Big Noid.

Remember that when you get a skin update you will have to do this again.


- Canadaka - 2012-01-03 06:08

would be nice if this were an option in the skin settings!