Setting Spin Control?
#1
Maybe this topic was answered already, but I need to ask.

How can I use this control in addon. There is no problem to put settings spin control into .xml window, but how to handle adding/removing items from python script. Also I have try to use id of this control as <pagecontrol>id_settings_spin_control</pagecontrol> with no success.
Basicly I need to implement up/down functionalitiy with list.

http://wiki.xbmc.org/index.php?title=Set...in_Control
Reply
#2
It's better to use a scrollbar for up/down behaviour in a list. A spinner will still work, however. It's not a setting spin control - just a plain spincontrol. Many skins use this - "simply" do what they do and it should work for your list. You don't have to manually fill a page control - it is done for you.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Thumbs Up 
Forgot to say that a list of mine is basicly one-line-item list, and scroll-bar would fit for up/down arrows in one item height list.
Anyway, thanks for a reply.
Reply

Logout Mark Read Team Forum Stats Members Help
Setting Spin Control?0