How to display the label2
#1
I've spent hours but I still can't get this right. All I want to do is to display a list of labels (which are only strings, no urls no complex functions) at both the left side and the right side, quite like the "My add-on" List. But I don't need any directory relations etc. 

From what I know so far, this can be done in two ways: use xbmcplugin.addDirectoryItem or write a class inherited from xbmcgui.WindowXML.

With the first method, I don't know how to display the second label on the right side. It seems to depend on the skins and the sorting methods, but what I want to display are just strings. I don't know if there's a simple answer which could adapt to different skins.

With the second method, I'm wondering if there's a simple template XML file that I can use? I've browsed the Internet quite a lot but I'm almost desperate.
Reply

Logout Mark Read Team Forum Stats Members Help
How to display the label20