grouplist get focused item label?
#1
Is this possible?

grouplist id="1234" with some buttons, I want to get container(1234).listitem.label of currently focused item in that group.
Reply
#2
grouplists don't have listitems, so that's not going to work.

perhaps if you give each button an id, you could use Control.GetLabel(id)
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
Hmm, each button is seperate id that corresponds inbuilt click etc.
container(1234).label ? I know doesnt work but maybe an option, obviously grouplist can be mixed content, but ofc would return empty if an image etc.

atm i can make each button onfocus set a string, but a bit of a hack ..
Reply
#4
or even set the label id's in the label tag <label id="123">text</label>, then control.getlabel(id)
Reply

Logout Mark Read Team Forum Stats Members Help
grouplist get focused item label?0