def showMessage(message, title = lang(50001)):
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)
评论列表
文章目录