Kodi Community Forum
How do you set Dialog size? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: How do you set Dialog size? (/showthread.php?tid=4152)



- Alexpoet - 2004-06-14

i tried working with a dialog early in my script development but it always made a box too small for my output, so i just set aside a section of the main screen to contain a label that i would add and remove.

but now i've used up all my screen space with persistent elements, and it would be really nice to have a popup dialog box that contains certain info. so i'm back where i started.

just using the dialog call creates a box that will hold about two and a half lines of text in my current font size. is there a way to change the length and width of the dialog box?