Kodi Community Forum
Android Confluence skin, make dialog from window - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Android Confluence skin, make dialog from window (/showthread.php?tid=208569)



Confluence skin, make dialog from window - georgecristian - 2014-11-11

when I press an item from home menu a new window apear. I whant to transform that window in a dialog (when I press an item I whant to appear a dialog in home window next to the menu and I what the dialog to contains same things as the window)

i think the code who make the window appear is :

<item id="4">
<label>31951</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<texture>icon-rss.png</texture>
<visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
</item>

but i don't know where can i find the "Picture" window code.

If I wasnt explicit enough or is a silly question please excuse me.