PDA

View Full Version : Horizontal scrolling for icon panels


djh_
2007-06-21, 20:22
Is it possible? At the moment they only seem to scroll vertically when you push against the top of the control; I want it to scroll when I push against the sides.

Nuka1195
2007-06-21, 21:57
<orientation>horizontal</orientation>

djh_
2007-06-21, 22:09
Hah! And to think I was going to try that and just figured it wouldn't work.

The perils of assumption.

djh_
2007-06-21, 22:15
Erm, okay. Now it's only showing one column of icons, even though the width is set at 600px.

Any ideas?

Nuka1195
2007-06-22, 00:08
i'm no skinner, but how could anyone tell without seeing your xml code.

i added that to the small icon view in xbox-classic and it showed the same number of icons.

CHI3f
2007-06-22, 00:14
I don't think it is possible. I believe that thumbnail panels are only meant to scroll vertically.

djh_
2007-06-22, 00:15
It's okay - it was a bug in the particular build of XBMC I was using. Spotted it in the patch notes.

CHI3f
2007-06-22, 00:45
maybe you could change the <onup>,<ondown>,<onleft>,and <onright> of the control you want to change, but I dunno if that will give you the effect you are looking for.

Nuka1195
2007-06-22, 00:55
Hey new team skinner guy :) It does work :)

jmarshall
2007-06-22, 01:54
Yeah, there was a bug that was discovered when the first person actually tried to do it :P

It was supposed to work from the start, honest!

CHI3f
2007-06-22, 02:35
Hey new team skinner guy :) It does work :)
Thats cool. I never knew it could work like that.

asg
2007-06-22, 08:53
how about horizontal scrolling for textboxes?

jmarshall
2007-06-22, 14:13
How would that work exactly? One big long line? Sounds like a label control with scrolling.

asg
2007-06-22, 14:38
did i wrote horizontal? :) damn

Labels start scrolling if the defined label is longer than the control. It would be nice for some skins and scripts, if the text within a textbox starts to scroll slowly down after a short delay.

Is this possible yet? maybe with an other control as a textbox?