Kodi Community Forum
Solved Except on a view !! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Solved Except on a view !! (/showthread.php?tid=197112)



Except on a view !! - Reynald - 2014-06-05

Is it possible to impede the global fanart background on a specific view?

thank you !

Cheers


RE: Except on a view !! - Hitcher - 2014-06-05

PHP Code:
<visible>Control.IsVisible(VIEW_ID)</visible



RE: Except on a view !! - Reynald - 2014-06-05

Thank you, but that's not what I mean, I explain better.
In a view, on the background
, There is always the fanart with the transition (label) and I would not see the background fanart, but only one that I added in frame Smile


RE: Except on a view !! - Kib - 2014-06-06

Find the global control which is the fanart.

Add a visible condition that states it is not visible in your specific view.
Quote:<visible>!Control.IsVisible(VIEW_ID)</visible>

What skin are you talking about ?


RE: Except on a view !! - Reynald - 2014-06-06

Thank you very much I'll get it. I mean the MOD Refocus Glass (skin refocus gotham jeroen)


RE: Except on a view !! - Reynald - 2014-06-06

I found , thank you! Wink

I missed it the "!" . so often simple and so complicated when it is before our nose!