Kodi Community Forum

Full Version: Add widgets, no option for up or down from the widget
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using a modded silvo skin, when i add a widget am pretty sure some code is missing. the widget is focus 80211, however i need an option as to whether a widget is present or not so i can go up or down from the widgets, dependant if one is there or not.

Could anyone please help with the code if possible, ot point me in the right direction.

TY
Code:
<onup condition="Control.IsVisible(80211)">80211</onup>
Unsure where to place the code, I tried it in Home and Includes_Home

I can do everything except go up from the widget, with or without the code

I can go down to the widget then the main menu and up from the main to the widget, but NOT up from the widget

When i added it, it appeared to make no difference, maybe i put it in the wrong place, unsure