Question about submenu navigation?
#1
In several skins such as Confluence you can select the Addons submenu from the Videos menu and when you press back, it goes back to the home screen. I'm wondering how that is done because I want to achieve the same effect in a skin I'm making.

I'm able to go directly to the window by using:
Code:
<onclick>xbmc.activatewindow(VideoLibrary,addons://sources/video/)</onclick>

But when I click back I get to the videodb:// directory.

Edit: Nevermind, I found out that I just needed to add return to the end of the activate window.

Code:
<onclick>xbmc.activatewindow(VideoLibrary,addons://sources/video/,return)</onclick>
Reply
#2
You don't need to add xbmc. in there and also the VideoLibrary now is just Videos.
Take a look here and here for more info.

Cheers
Nessus
Reply
#3
Thanks for the info nessus.
Reply

Logout Mark Read Team Forum Stats Members Help
Question about submenu navigation?0