Beginners Problems
#1
Hi out there..

After hours of trying and figureing out how everything's working, I gave up.
Can anybody tell/explain me, how that works? I'm trying to write an addon, which gets a Json-List from web and it should be display in xbmc.
Currently, I've done something like:
imported ness. libs
fetched json-list, parsed and via print I got an array. But how can I display each entry to the xbmc-screen?
I tried it with xbmcgui.ListItem(). As I understood, I have to create a List-Object and add each Item into it, right? I tried it with addDirectoryItem() but I have no idea, what exactly all those parameters are for.
Are there any good FAQs, Dev-Docs or stuff and EASY understandable Examples for Xbmc Eden or compatible? Like:

win = OpenWindow("Title") // Open's a Window with "Title"
btn = Button("Click", 0, 0, 120,20) // Displays a Button at PosX=0, PosY=0, Width = 120, Height = 20

Thanks for you support!
Reply


Messages In This Thread
Beginners Problems - by SciTek - 2012-02-28, 15:23
[No subject] - by jmarshall - 2012-02-28, 22:44
Logout Mark Read Team Forum Stats Members Help
Beginners Problems0