Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84018

Question about submenu navigation?

$
0
0
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>

Viewing all articles
Browse latest Browse all 84018

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>