BINGIE / Hide submenu
#1
hi,

Using the BINGIE layout, I'd like to hide submenus because I use some widgets with the option "Use submenu as widget".
Then, my menu items are accessible in the widget.
So, it is not uselly to have submenu in the same time.

Is there an option to do this ?

I saw in an another titan fork an option to "hide all submenus", but I don't want this.
I want to hide submenus one by one, because I want to keep some ones.
Reply
#2
(2019-05-26, 15:07)iZ@K Wrote: hi,

Using the BINGIE layout, I'd like to hide submenus because I use some widgets with the option "Use submenu as widget".
Then, my menu items are accessible in the widget.
So, it is not uselly to have submenu in the same time.

Is there an option to do this ?

I saw in an another titan fork an option to "hide all submenus", but I don't want this.
I want to hide submenus one by one, because I want to keep some ones.

You can hide it by editing the xml files within the skin. You should edit the "ViewType" files.
Reply
#3
Thx, but I finally edit the setting.xml to set the disableallsubmenus to TRUE.
Reply
#4
(2019-07-12, 00:26)iZ@K Wrote: Thx, but I finally edit the setting.xml to set the disableallsubmenus to TRUE.

On what line within Settings.xml, did you set the disable all submenu's to true? When I search for disable all submenu's it doesn't find anything within the file.
Reply
#5
file :
C:\Users\MyName\AppData\Roaming\Kodi\userdata\addon_data\skin.titan.bingie\settings.xml

line (to add if not exists) :
    <setting id="disableallsubmenus" type="bool">false</setting>
Reply

Logout Mark Read Team Forum Stats Members Help
BINGIE / Hide submenu0