SettingsCategory - get labels

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #1
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.

[Image: sig_zps3af3b48e.jpg]
find quote
`Black Offline
Skilled Skinner
Posts: 2,070
Joined: Apr 2009
Reputation: 51
Location: Germany
Post: #2
What do you want to achieve exactly? I also tried to get the label of the group but it seems impossible.

[Image: xp1080-21.png]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #3
I'd like a horizontal wraplist that's centrally focused. Rolleyes

[Image: sig_zps3af3b48e.jpg]
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
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.


[Image: badge.gif]
find quote
pecinko Online
Member+
Posts: 3,067
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #5
(2012-03-23 00:31)Hitcher Wrote:  I'd like a horizontal wraplist that's centrally focused. Rolleyes

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.

My skins:

Quartz
Amber
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
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.

[Image: sig_zps3af3b48e.jpg]
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
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.


[Image: badge.gif]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
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.

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Online
Member+
Posts: 3,067
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #9
Use grouplist for nav and send control.move to wraplist? Hide grouplist off screen or with fade anim.

My skins:

Quartz
Amber
(This post was last modified: 2012-03-23 19:53 by pecinko.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #10
Already tried that but the grouplist can't/wont send them.

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply