Solved Help with movieinformation window (12003)
#1
Hi, I'm starting with the skin for an addon and I've run into a problem, I have a list in an xml that I fill from python with elements (movies) and I want to use the information window "12003", but I can not find what to do to make it This window uses the infolabels of the elements. I tried to use
xbmc.executebuiltin ("xbmc.Action (info)")
in the on action method but it only produces a loop and does not show the window. if someone can clarify on this subject as I searched but there is little information on the subject
Reply
#2
moving this thread to python development...

you need to use the python method to open the info dialog:
https://codedocs.xyz/xbmc/xbmc/group__py...8a59800cd5
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2017-12-19, 00:28)ronie Wrote: moving this thread to python development...

you need to use the python method to open the info dialog:
https://codedocs.xyz/xbmc/xbmc/group__py...8a59800cd5
 Thanks for the reply ronie, i will try this.
Reply
#4
Thanks this solve the problem!
Reply

Logout Mark Read Team Forum Stats Members Help
Help with movieinformation window (12003)0