Kodi Community Forum

Full Version: How fill header and labels in OK_DIALOG from EventClient ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?