SetFocus issue with nightly builds
#1
Question 
Somewhere along the line in the last month or two my DialogButtonMenu.xml stopped working correctly. I have a couple of instances of <ondown>SetFocus(3111)</ondown> which used to jump to a button control in a separate grouplist but now just cycles back to the top of the current grouplist and not to the referenced control.

Pastebin of code: http://pastebin.com/Fb6LwnVP

In particular, lines 84, 119, 168 and 252.

Can someone shed a little light on what I need to update here?

Thanks,
-stoli-
Reply
#2
start with the first line, type can only be dialog :-)

your buttons are inside a grouplist, so navigation is handled by the grouplist and not the individual buttons.

add <ondown>SetFocus(3111)</ondown> to the grouplist control to see if that fixes your issue.
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
Thanks Ronnie I'll give that a shot, but I'm curious why/what changed since that has worked for the last year even with nightlies until recently.

Thanks again,
-stoli-
Reply

Logout Mark Read Team Forum Stats Members Help
SetFocus issue with nightly builds0