Can't stop text from scrolling in list
#1
I've got a list that pops up in the music visualisation window, but for the life of me i can't get the focused text to stop scrolling even with <scroll>false</scroll>.

Here's the label in the focused layout.

Code:
<control type="label">
          <posx>0</posx>
          <posy>0</posy>
          <width>480</width>
          <height>15</height>
          <font>font12</font>
          <textcolor>white</textcolor>
          <aligny>center</aligny>
          <align>left</align>
          <shadowcolor>black</shadowcolor>
          <selectedcolor>green</selectedcolor>
          <label>$INFO[ListItem.Label]</label>
          <scroll>false</scroll>
       </control>

Thanks in advance
Reply
#2
try adding:
<scrollspeed>0</scrollspeed>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thanks ronie, But adding <scrollspeed>0</scrollspeed> make no difference.

Just noticed that the ".."'s that you get at the end of the text when its to big to fit is not there for the focused item, even if the list doesn't have focus, unfocused items in the list are behaving normally with the ".."'s

(hope that makes sense)
Reply
#4
Focused layout has scrolling hardcoded.
My skins:

Amber
Quartz

Reply
#5
Thats a shame, looks like i'll have to code lots of labels instead!

Thanks for the reply
Reply

Logout Mark Read Team Forum Stats Members Help
Can't stop text from scrolling in list0