def show_message(message, title=xbmcaddon.Addon().getLocalizedString(50107)):
if not message:
return
xbmc.executebuiltin("ActivateWindow(%d)" % (10147, ))
win = xbmcgui.Window(10147)
xbmc.sleep(100)
win.getControl(1).setLabel(title)
win.getControl(5).setText(message)
评论列表
文章目录