setStaticContent( ) setPath. Nothing happens
#1
Hi guys,
I am starting following script on load of window video (10025) to fill my list control with static content

PHP Code:
win xbmcgui.Window(10025# id Myvideonav.xml
myListControlwin.getControl(10548)

staticItems = [ ]

item xbmcgui.ListItem('Item1')
item.setPath('Notification(header,item1 clicked)')
staticItems.append(item)

myListControl.setStaticContent(staticItems

It will show item, but I click item. Nothing happens
So, what is real path?
Thanks for read
Cheer!
Reply

Logout Mark Read Team Forum Stats Members Help
setStaticContent( ) setPath. Nothing happens0