Kodi Community Forum
Scrolling Plot in Fullscreen OSD - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Scrolling Plot in Fullscreen OSD (/showthread.php?tid=44395)



Scrolling Plot in Fullscreen OSD - grote002 - 2009-01-25

Hey,

I have been using the XTV-skin for along time and i love it, except the Fullscreen OSD and so i changed it.
It looks now like this..

Image

The problem is that the plot-outline in the OSD doesnt scroll, when the plot doesnt fit in the plot-textbox.
I checked out the Mediastream-skin (where this does work), but cant seem to figure out what they did differently then i did.
Anyone know how i can get this to work?

My xml is readable at http://csimiami.student.utwente.nl/stuff/VideoFullScreen.xml.txt
Thanks for any help you guys can give me.


- ralob - 2009-01-25

I too have this issue with the latest SVN with PM3:HD on XBox. I double checked the skin appearance settings and scrolling for the plot is indeed checked.


- kjheu - 2009-01-29

From the Wiki: Text Box

Did you try <autoscroll [parameters]>true</autoscroll>?


- grote002 - 2009-01-30

Thanks so much kjheu.
That did the trick indeed, i added the line for the scrolling of the plot-text and it works great
Code:
<autoscroll delay="10000" time="1000" repeat="10000"></autoscroll>