dialog xml's
#1
Is it possible to change the appearance/location of the dialog.ok or dialog.yesno popups simply by editing the xml of the popup name?

ie if I wanted to add a third feature on a yesno popup to say 'later' for example, can that be achieved by only adjusting the xml of the skin or does it also need to be in another place?

I test on confluence 720

edit: after further reading I found that xbmcgui.Dialog.select() will actually serve my purpose but I would still be interested in the answer if anyone knows.
Reply
#2
If you add a button to the XML then you may get notifications of clicks in your derived dialog class in python - not sure to be honest.

It's not particularly good practice if you want your script to be portable ofc.
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
#3
Ok thanks, I will learn more about it before trying anything. I hope to make it portable.
Reply

Logout Mark Read Team Forum Stats Members Help
dialog xml's0