Select Dialog Auto Close Countdown & Artwork
#1
Code:
select(...)
select(heading, list) -- Show a select dialog.
heading : string or unicode - dialog heading.
list : string list - list of items.
autoclose : [opt] integer - milliseconds to autoclose dialog. (default=do not autoclose)
*Note, Returns the position of the highlighted item as an integer.
example:
   - dialog = xbmcgui.Dialog()
   - ret = dialog.select('Choose a playlist', ['Playlist #1', 'Playlist #2, 'Playlist #3'])n

Could Kodi add a countdown timer above the select dialog item count when autoclose is enabled?

Also, Is there anyway to display thumbnail artwork in select dialog?
Reply

Logout Mark Read Team Forum Stats Members Help
Select Dialog Auto Close Countdown & Artwork0