Kodi Community Forum

Full Version: Label won't scroll in panel container.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a label in a panel container that I want to scroll with:
Code:
<scroll>true</scroll>
but for some reason it just refuses to scroll. It looks like it should scroll - i.e. the "..." ellipsis is gone and the text is cut off instead. However, it just doesn't move at all. I've tried changing scroll speed and changing the width, it was even suggested that putting it inside a group might work. But it just refuses to move -- I'm really stumped as to why.
What about the width of itemlayout / focusedlayout ?
Try putting the label in a group control. Think I've run into that problem before and doing so seemed to fix it.

Edit: Just seen you've tried this with no luck. What view of your skin is it? If you want I can have a play with with the .xml when I get home (won't be until Sunday) if you haven't fixed it by then?
**Edit: Nevermind, the error was between the chair and the keyboard....
A simple syntax error hidden away elsewhere in the code where I had obviously missed the shift key and accidentally used an "=" rather than a "+".
Thanks anyway for your help guys.