Permanent submenus?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
botez Offline
Junior Member
Posts: 9
Joined: Dec 2011
Reputation: 0
Post: #1
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!
find quote
Big_Noid Online
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #2
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.
find quote
botez Offline
Junior Member
Posts: 9
Joined: Dec 2011
Reputation: 0
Post: #3
Awesome! That worked perfectly. Thanks for the quick help Big Noid.
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #4
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.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Canadaka Offline
Junior Member
Posts: 17
Joined: Jan 2012
Reputation: 0
Post: #5
would be nice if this were an option in the skin settings!
find quote