I want to do something different with the group 3 stuff and would really like to be able to get the labels but Control.GetLabel(-100) doesn't return anything.
Is there a way to retrieve these controls?
ie ControlGroup(3).GetLabel(-100)
Or am I just going to have to revert to showing the actual strings with visible conditions?
Thanks.
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-22 23:00
Post: #1
![]() |
| find quote |
`Black
Skilled Skinner Joined: Apr 2009 Reputation: 50 Location: Germany |
2012-03-23 00:11
Post: #2
What do you want to achieve exactly? I also tried to get the label of the group but it seems impossible.
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-23 00:31
Post: #3
I'd like a horizontal wraplist that's centrally focused.
![]() |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-23 00:56
Post: #4
Well, you don't know how many there are in each category, so even if you could get them (which I presume you probably can) you'd need to know how many there are anyway, though I guess you could check for empty labels or something.
Control.GetLabel(-100) is what you want - not sure whether it'll go through or not though! 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. ![]() |
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-03-23 01:49
Post: #5
(2012-03-23 00:31)Hitcher Wrote: I'd like a horizontal wraplist that's centrally focused. I have tried something like that (tried using horizontal grouplist with 3 items) but I did not like navigation when spincontrol is active in grouplist="5". I.e. with buttons, pressing right would move focus to new section, but with spincontrol you move to "texturedown" first, which I found a bit annoying and confusing. Maybe it's just me. |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-23 08:26
Post: #6
(2012-03-23 00:56)jmarshall Wrote: Control.GetLabel(-100) is what you want - not sure whether it'll go through or not though! First thing I tried and it doesn't return anything - is it because it's a negative or something else? Thanks. ![]() |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-23 10:33
Post: #7
Yeah, that's exactly the issue.
Not sure how to best handle this - I'm not sure if a container can give everything needed to operate things. Will ponder. Cheers, Jonathan 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. ![]() |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-23 19:09
Post: #8
Update: I've managed to by-pass the hard-coded default control using <onload>Control.SetFocus(7000)</onload> so my wraplist gets focus and I've manually filled the labels because GetLabel doesn't work but I've now stumbled upon another problem - I can't get the wraplist to control the grouplist and change the sections.
Neither Control.Move or Control.Message work. Ideas? Thanks. ![]() |
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-03-23 19:51
Post: #9
Use grouplist for nav and send control.move to wraplist? Hide grouplist off screen or with fade anim.
(This post was last modified: 2012-03-23 19:53 by pecinko.)
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-23 20:06
Post: #10
Already tried that but the grouplist can't/wont send them.
![]() |
| find quote |

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: xp1080-21.png]](http://www.planet-ira.de/wallpaper/xp1080-21.png)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help