wide selection dialog
#1
Hi,
in an addon, I'm trying to get a wide selection dialog, with multi-line support.
I'm currently using 
 selectedElem = xbmcgui.Dialog().select(
heading="Select an element", list=displayedElemList, autoclose=0
)
but this is not wide enough, and the right OK/Cancel buttons take too much space.

I need to customize this dialog:
Image
and remove the left and right panes, while keeping the multi-line and invisible column separation.
can anyone point me to the right direction?

thanks!
Reply
#2
It's DialogSubtitles.xml.
Reply
#3
is there a built-in alternative, in the xbmcgui lib?
a more customizable xbmcgui.Dialog()

p.s. @Hitcher I didn't mention it, but it's not for a skin, just to be used in an addon
Reply
#4
Use that dialog as a base and rework it to your needs.
Reply
#5
do you know of any existing addons that use custom xml for a dialog?
don't know how to find it in github
Reply
#6
https://github.com/xbmc/repo-scripts/tre...obalsearch
Reply
#7
Thread moved to addon development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply

Logout Mark Read Team Forum Stats Members Help
wide selection dialog0