Autoscroll
#1
Hi, can someone help me, the code below works, but I can't seem to get autoscroll to start, any ideas?
BTW The label is long because i'm creating an rss feed Smile

Thanks

Code:
<!--RSS/Time/Weather-->  
        <control type="grouplist">
            <posx>14</posx>
            <posy>35r</posy>
            <align>left</align>
            <orientation>horizontal</orientation>
            <itemgap>8</itemgap>
            <!--RSS-->
            <control type="image">
                <visible>!Skin.HasSetting(disable.rss)</visible>
                <width>25</width>
                <height>25</height>
                <aspectratio>keep</aspectratio>
                <aligny>bottom</aligny>
                <texture colordiffuse="C0C0C0C0">rss.png</texture>
            </control>
            <control type="label" description="Next Aired RSS">
                <width>1860</width>
                <height>25</height>
                <font>Font-RSS</font>
                <aligny>top</aligny>
                <scroll>true</scroll>
                <scrollsuffix>  •    </scrollsuffix>
                <visible>!Skin.HasSetting(disable.rss) + !IsEmpty(Window(home).Property(NextAired.1.Label))</visible>
                <autoscroll time="1000" delay="1000" repeat="2000">True</autoscroll>
                <label>[COLOR=C0C0C0C0][B]$INFO[Window(home).Property(NextAired.1.Label),,  ][/B][/COLOR]$INFO[Window(home).Property(NextAired.1.AirTime),,  ]$INFO[Window(home).Property(NextAired.1.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.1.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.1.Status),(,)  ]$INFO[Window(home).Property(NextAired.2.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.2.AirTime),,  ]$INFO[Window(home).Property(NextAired.2.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.2.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.2.Status),(,)  ]$INFO[Window(home).Property(NextAired.3.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.3.AirTime),,  ]$INFO[Window(home).Property(NextAired.3.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.3.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.3.Status),(,)  ]$INFO[Window(home).Property(NextAired.4.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.4.AirTime),,  ]$INFO[Window(home).Property(NextAired.4.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.4.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.4.Status),(,)  ]$INFO[Window(home).Property(NextAired.5.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.5.AirTime),,  ]$INFO[Window(home).Property(NextAired.5.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.5.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.5.Status),(,)  ]$INFO[Window(home).Property(NextAired.6.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.6.AirTime),,  ]$INFO[Window(home).Property(NextAired.6.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.6.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.6.Status),(,)  ]$INFO[Window(home).Property(NextAired.7.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.7.AirTime),,  ]$INFO[Window(home).Property(NextAired.7.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.7.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.7.Status),(,)  ]$INFO[Window(home).Property(NextAired.8.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.8.AirTime),,  ]$INFO[Window(home).Property(NextAired.8.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.8.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.8.Status),(,)  ]$INFO[Window(home).Property(NextAired.9.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.9.AirTime),,  ]$INFO[Window(home).Property(NextAired.9.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.9.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.9.Status),(,)  ]$INFO[Window(home).Property(NextAired.10.Label),  •    [COLOR=C0C0C0C0][B],[/B][/COLOR]  ]$INFO[Window(home).Property(NextAired.10.AirTime),,  ]$INFO[Window(home).Property(NextAired.10.NextDate),(,)  ]$INFO[Window(home).Property(NextAired.10.Network),$LOCALIZE[31173]  ,  ]$INFO[Window(home).Property(NextAired.10.Status),(,)  ,  ],  •    [COLOR=C0C0C0C0][B]$INFO[Window(Home).Property(NextAired.NextTitle),,  ][/B][/COLOR]$INFO[Window(Home).Property(NextAired.AirTime),, • ]$INFO[Window(Home).Property(NextAired.NextDate)],  •    [COLOR=C0C0C0C0][B]$INFO[Window(Home).Property(NextAired.LatestTitle),,  ][/B][/COLOR]$INFO[Window(Home).Property(NextAired.Status),, • ]$INFO[Window(Home).Property(NextAired.LatestDate)]</label>
           </control>
        </control>
::UPDATE::
<wrapmultiline>true</wrapmultiline> was my problem... must have left it in there Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Autoscroll0