phil65 / skin.estuary

Public repository for the Kodi default skin "Estuary"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to SetFocus on Addon Settings

opened this issue · comments

Using Estuary on krypton it is possible to call addonsettings to open and then set the focus to the correct cat and item using the following:

execute('Addon.OpenSettings(%s)' % id) execute('SetFocus(%i)' % (int(c) + 100)) execute('SetFocus(%i)' % (int(f) + 200))

This does not work in Estuary Leia.

Any idea why? Thank you.

Any update on this?

Fixed here: xbmc/xbmc#14780

Issue closed.