open submenu on click
#1
I use the custom menu with submenu, and I would like to know if it possible that when I click on the custom menu on the home screen it open the submenu (as it do when using right arrow).
I would like that to show person who use my xbmc that there is a submenu.

I hope I be clear, excuse my english.

A solution by editing the guisettings.xml is ok for me but I don't know the path to open submenu.
Reply
#2
not sure if it'll work, but you can try anyway.

first you need to quit xbmc, you can't edit guisettings.xml if xbmc is running.

find these strings:
Menu_Custom1_Path
Menu_Custom2_Path
Menu_Custom3_Path

and change their value to:
SetFocus(8000)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thanks you very much, it's work very well.
One last question, I would like to do the same with the menu TV which containt two submenu with two addon-vidéo as favorite. But for the TV menu there is no path in the guisettings, is there another way to do the job ?
Reply
#4
you'll need to edit Includes_Home.xml and replace all occurences of
ActivateWindow(TV) with SetFocus(8000)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
thanks you very much, it's works very well
Reply

Logout Mark Read Team Forum Stats Members Help
open submenu on click0