PDA

View Full Version : ControlList columns?


Coined
2006-12-03, 16:14
Hi,

I am writing a python script that displays some information returned from a server running on my PC, the information consists of some filenames and sizes I would like to display them like the file viewer in XBMC, i.e.

Filename1 23 MB
Filename2 65 MB

But I cant find any way of setting up columns or left and right aligned text or something using a ControlList.

Can someone please advise.

Thanks,
Coined

Nuka1195
2006-12-03, 17:43
you want a listitem. Create the listitem and add that to the controllist.

http://home.no.net/thor918/xbmc/xbmcgui.html
http://home.no.net/thor918/xbmc/xbmc.html

Coined
2006-12-04, 01:53
That's awesome cheers man.