Solved Making a list loop
#1
Hi I'm trying to fix an issue in a skin I use. In TV Shows when you are on the first or last item you can press up/down and the list will loop. For whatever reason in Movies this doesn't happen, you can't press up on the first item to loop back to the last item in the list.

I've read the Wiki on list containers: http://wiki.xbmc.org/index.php?title=List_Container but I don't see an option to toggle this functionality. Does anyone know what setting makes lists not loop so I can search for it in the skin? I don't want to use a focused list (or whatever the correct term is) where the selected item stays in the same place and the list rotates under it.

Thanks!
Reply
#2
The list that doesn't loop probably doesn't have (correct) <onup> and <ondown> tags. Make sure the values for these correspond with the list's ID.
Reply
#3
That was it thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Making a list loop0