v19 Display information dialog for as long as yesno dialog is open
#1
Can this be achieved somehow?

python:
longstring = 'Long sting that needs to scroll horizontally, because it wont wrap in a yesno dialog.'
xbmcgui.Dialog().notification('Notification', longstring, xbmcgui.NOTIFICATION_INFO, some_expression_maybe)
if not xbmcgui.Dialog().yesno('Quit or Continue', 'Continue?'):
    return
# Do other stuff

Thanks for any advice.
Reply

Logout Mark Read Team Forum Stats Members Help
Display information dialog for as long as yesno dialog is open0