2015-01-21, 13:36
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>
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>