Slide out sub menu on click
#1
How can I slide out a submenu on click as well as onleft? Is this possible?

Thanks
Reply
#2
Change the ActivateWindow method that is executed in the onclick to be SetFocus method to set the focus to the relevant sub menu blade
Reply
#3
skunkm0nkee,

skunkm0nkee Wrote:Change the ActivateWindow method that is executed in the onclick to be SetFocus method to set the focus to the relevant sub menu blade

Thanks that worked great.

SetFocus(301) did the trick.

Excellent!
Reply
#4
Does this require a custom build? I'd like this capability also. I'm using the Beta2 version of XBMC for windows.
Reply
#5
I am editing the Home.xml by hand to make these changes. I can share my Home.xml if you like.
Reply
#6
Could someone who has made the change possibly post the exact changes that need to be made to the Home.xml

Thanks.
Reply
#7
You will ind the home.xml

http://pastebin.ca/1245879

This goes into skin\MediaStream\720\Home.xml

You notice references to .xsp (Smart Playlists)

They look like this.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Action Movies</name>
<match>all</match>
<rule field="genre" operator="contains">Thriller</rule>
</smartplaylist>
Reply

Logout Mark Read Team Forum Stats Members Help
Slide out sub menu on click0