Kodi Community Forum
How fill header and labels in OK_DIALOG from EventClient ? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: How fill header and labels in OK_DIALOG from EventClient ? (/showthread.php?tid=88668)



How fill header and labels in OK_DIALOG from EventClient ? - SVLD - 2010-12-26

Hi
I'm trying to call a okdialog window from EventClient (ActivateWindow(okdialog)), but I can't fill contents of this windows (header and labels). The only way I can see - to use function SetProperty(key,value) for active window, but can't figure out where to get the names of desired properties.

Any suggestions?