Disable listitem onclick for movie sets?
#1
Or better yet, redirect the onclick to a different control. Possible?
www: deadendthrills.com
follow on twitter for updates, etc: @deadendthrills
Reply
#2
Those lists onclicks are hardcoded in Kodi. You could try using a hidden button to control the movement/onclick of list itself and, via conditionals, change it for movie sets.
Reply
#3
I think I found a workaround that doesn't break Focus animations in the actual list. I use a hidden button in the focusedlayout of my list, with a conditional <onfocus> that fires if the current item is a collection. That sends focus to a separate 'handler' button specifically for collections, which moves the main menu using <onup> and <ondown> while also returning focus to the list.

EDIT: Yup, works perfectly.
www: deadendthrills.com
follow on twitter for updates, etc: @deadendthrills
Reply
#4
Nice, glad you sorted it out.
Reply

Logout Mark Read Team Forum Stats Members Help
Disable listitem onclick for movie sets?0