dialog
#1
Hi All,

I am making a dialog window. Regular dialog.ok box. When I use the default confluence window the dialog box is great and it scrolls when there is too much text to fit. I switched skins to the Confluence.custom.mod now there is only 1 line of text followed by ... So I can't show more then about 6 words. Is there any other dialog windows that I can use? Maybe something with a slider that can move up and down when the text it too long?


dialog = xbmcgui.Dialog()
dialog.ok(title, message)

the message text it very long

Now if I split up the message into 3-6 messages, then it fits.(dialog.ok(' '+title+' ',message1, message2, message3) But then I would need to estimate how long each line is per message. That won't work for me as I have 1 message file on a server and it reads from it.

Image

Image
Reply
#2
you would have to change the label control from DialogOK.xml to a textbox control
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply

Logout Mark Read Team Forum Stats Members Help
dialog0