Kodi Community Forum
Disable scrollout of a label - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Disable scrollout of a label (/showthread.php?tid=341803)



Disable scrollout of a label - abress - 2019-03-09

Hi, is there any chance to disable scrollout for a label control (not multilabel)?
The labels scrolls only at first time (3 times) and then no more at all, neither if its content changes.
For example in music visualisation: First song is playing and the label "genre" scrolls 3 times. Then the next songs are playing, but the label doesn't scroll anymore although when its content is bigger than its width.
Same behaviour with all other labels.
Maybe it's a known bug?


RE: Disable scrollout of a label - abress - 2019-03-15

Is there really no one having this problem or perhaps know something about this behaviour?


RE: Disable scrollout of a label - illfigurethisout - 2019-03-15

Not sure I’m following you completely, but have you tried

<scroll>false</scroll>

As part of the label control?


RE: Disable scrollout of a label - abress - 2019-03-15

(2019-03-15, 16:29)illfigurethisout Wrote: Not sure I’m following you completely, but have you tried

<scroll>false</scroll>

As part of the label control?
 Yes, I tried all I think... ;-)
But the problem is not THAT the label scrolls (they should do that), the problem is this:
ALL labels are scrolling its text as they should (3 times, then it stops), but AFTER this the label don't scroll anymore at all even not the content is changing (i.e. next song is playing, different content).
And this happens with ALL labels, in short: first time they are scrolling, but after then anymore at all. Hope you understand?


RE: Disable scrollout of a label - Hitcher - 2019-03-15

Know bug.


RE: Disable scrollout of a label - abress - 2019-03-15

Aaah ok, then I don't have to worry anymore :-))


RE: Disable scrollout of a label - illfigurethisout - 2019-03-15

(2019-03-15, 17:08)abress Wrote:  Yes, I tried all I think... ;-)
But the problem is not THAT the label scrolls (they should do that), the problem is this:
 

Then I misunderstood the issue. You want them to scroll. Not that it matters now that it has been identified as a bug.


RE: Disable scrollout of a label - Hitcher - 2019-03-15

You might want to report it on GitHub so it's recorded somewhere.


RE: Disable scrollout of a label - abress - 2019-03-16

(2019-03-15, 22:25)Hitcher Wrote: You might want to report it on GitHub so it's recorded somewhere.
 It's done Smile