how to add icon(image) to select menu?
#1
When we use python

Code:
dialog = xbmcgui.Dialog()
entries = ["Country", "Language", "LIVEmashUP", "Search", "Explore"]
nr = dialog.select("Select Menu", entries)

How to add icons to it? See this image I wanna add the icon to this. For each item. Like favorite section

Image

Plz give me a help
Reply
#2
this is not possible (yet).

there's a proposal to add this functionality though:
https://github.com/xbmc/xbmc/pull/10586
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2016-10-04, 13:29)ronie Wrote: this is not possible (yet).

there's a proposal to add this functionality though:
https://github.com/xbmc/xbmc/pull/10586

Oh Sad
Reply
#4
you could use this workaround instead:
http://forum.kodi.tv/showthread.php?tid=292239

but please read the entire thread as there are a few pitfalls to it.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
how to add icon(image) to select menu?0