problem when getting a list control from standard xbmc windows
#1
my code is
Code:
itemlist = xbmcgui.Window(501).getControl(50)
the returned list is always empty.
the window with id 501 is the music navigation window(MyMusicSongs.xml)

i read the source code, seems the python wrapper returns the control with an empty list without copying the actual items from the gui control.

is there any other way can i get the items?
Reply

Logout Mark Read Team Forum Stats Members Help
problem when getting a list control from standard xbmc windows0