Hi all, im new here and im tryng to write a script, i got xbmc frodo 12.2, but i have lots of problems coz im newbie on developing in general.
this is the code:
and this is what i get:
What i can do?
thanx in advice, and soz my bad english... i am spanish
this is the code:
Code:
for nombres in FUENTES:
self.listitem = xbmcgui.ListItem(label=nombres[1], thumbnailImage=ESPTVLOGO)
self.list = xbmcgui.ControlList(200, 200, 100, 100, 'font14')
self.list.setImageDimensions(200, 200)
self.list.setSpace(100)
self.addControl(self.list)
self.list.addItem(self.listitem)
and this is what i get:
Code:
03:00:20 T:3904 WARNING: ControlList::setImageDimensions was called but ... it currently isn't defined to do anything.
03:00:20 T:3904 WARNING: ControlList::setSpace was called but ... it currently isn't defined to do anything.
What i can do?
thanx in advice, and soz my bad english... i am spanish