xlabel ScrollPerLine Thread last updated on 2006-03-20 08:04:58

Posted by member 252500 on 2006-03-19 10:24:50

For the life of me I cannot figure out how to get ScrollPerLine working in xlabel. According to the xlabel docs all my rc settings are what they should be. I even tried cutting and pasting the example text in the documentation, and it still didn't work! It will scroll one line correctly when I recycle or right click on the label, but then the scrolling stops.

I'm running .24.7 RC4 and xlabel 3.5.1. Any help is appreciated.

*Label LblWeather

AllLabelsFontAlign "left"
AllLabelsHREFHoverConfig ";"
AllLabelsUpdateInterval 500

LblWeatherText "Line 1.\nLine 2\nLine 3."
LblWeatherAddToGroup LblGrLowerBar

LblWeatherTransparencyMode "fake"
LblWeatherBorders 0 0 0 0
LblWeatherFontVertAlign "center"
LblWeatherFontHeight 14

LblWeatherScroll vertical
LblWeatherScrollPerLine 5 17 1000
LblWeatherScrollNewLineSpace 5
LblWeatherScrollInterval 5
LblWeatherScrollSpeed 1
LblWeatherScrollPad -3

Posted by member 32550 on 2006-03-20 06:31:09 link

You need either a "Dynamic" Text Escape sequence in LblWeatherText or simply set LblWeatherUpdateAlways.

Posted by member 252500 on 2006-03-20 08:04:58 link

Thanks, hadn't thought of that. Working fine now.