I have a question about Kodi-any help is needed - 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: I have a question about Kodi-any help is needed (/showthread.php?tid=215772) |
I have a question about Kodi-any help is needed - georgecristian - 2015-01-21 I want to have a button in home page and when I press the button I want to appear a list of movie from a specific folder. I made that, but the list appear in other window(like in the pictures). What I want is the movie list to appear next to the button, above the home menu items. How can I do that? I can use two windows on the same screen? or I should use another function different from ActivateWindow? The code I use is: <control type="button" id="12344"> <left>55</left> <top>55</top> <include>ButtonHomeSubCommonValues</include> <label>Movie List</label> <onclick>XBMC.ActivateWindow(MyVideoLibrary,D:\work\filme,return)</onclick> </control> |