PDA

View Full Version : Scrolling Plot in Fullscreen OSD


grote002
2009-01-25, 02:07
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..

http://csimiami.student.utwente.nl/stuff/screenshot.osd.jpg

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, 06:26
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, 07:48
From the Wiki: Text Box (http://xbmc.org/wiki/?title=Text_Box)

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

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