Kodi Community Forum

Full Version: setStaticContent( ) setPath. Nothing happens
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!