Hide image on context menu Question
#1
I have an image i want to hide when i bring up the context menu. Can i use the <visible></visible> tag somehow?

Example :

<control type="image">
<posx>650</posx>
<posy>345</posy>
<width>630</width>
<height>66</height>
<aligny>center</aligny>
<texture>special://skin/extras/filters/blackbar.png</texture>
<visible></visible>
</control>
Reply
#2
<visible>!Window.IsVisible(contextmenu)</visible>
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

Logout Mark Read Team Forum Stats Members Help
Hide image on context menu Question0