python "loadskin"
#1
something like

self.control_list = self.loadskin("skin.xml")
for c in self.control_list:
self.addcontrol©

the controls could be referenced in oncontrol by their id numbers, defined in the xml.

this would take the ballache out of writing script guis, and make them uber skinnable too
Reply
#2
Quote:this would take the ballache out of writing script guis
don't agree with this one, you still need to write your own gui in your xml file
Quote:and make them uber skinnable too
if people really need something like this, then i think we can implement something like this
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
python "loadskin"0