How to create a simple list?
#1
Hello,

I decided to write my own addon. I'm not too familiar with python, but it's not really the problem here (it's more on how to find what you are looking for)

Anyway, I decided to use WindowXML for creating my addon. (since it's probably the cleanest UI system I've seen so far for XBMC).

So, I was wondering if there was actually an "out of the box" list control that is already initialized?

I'm looking for something like the "directory browsing window". You have a list and can select an item, go up from one level, scroll if too many items, etc. I can't believe that I would have to implement it manually using the different controls (List,Scrollbar,skinning,etc)?

The closest thing I've seen is:
http://xbmc.sourceforge.net/python-docs/xbmcplugin.html

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
How to create a simple list?0