v15 Updating dynamic list
#1
I have a control group in which i set the content using the <content></content> tag which is setting a list from skin by calling the script from skin. Now when i do something like this
Code:
data = get_movies(callin_funtion=params.get("categ","")), params.get('categ','')
            items = create_listitems(data=data[0])
            HOME.getControl(9151).setStaticContent(items)
            HOME.setProperty('Movies.Category',params.get('categ',''))
            HOME.setFocusId(9151)
gives me a an updated list on the control with type=panel buy it ain't setting the path of the new list so can't perform the onclick even't of the list items.

also check this http://trac.kodi.tv/ticket/11294 trac report this is and old issue which is still not solved
Reply

Logout Mark Read Team Forum Stats Members Help
Updating dynamic list0