Getting addon window to scroll
#1
I'm creating an addon. The window that I'm working on is a grid of buttons representing the sports available in thesportsdb api. Each sport creates its own button. That means these buttons are created dynamically. Which also means that (if i'm right) the look of the buttons has to be controlled within the python file rather than an xml. The problem is getting this window to scroll. I just can't find info on scrolling in xbmcgui. Maybe that's the wrong place to look. But when i move the button focus with the keyboard down to buttons that are not on the screen the window does not scroll up. Can anyone point me in the right direction.


python file:  https://pastebin.com/0xFP1zQG
Reply

Logout Mark Read Team Forum Stats Members Help
Getting addon window to scroll0