Scrolling Plot in Fullscreen OSD

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
grote002 Offline
Member
Posts: 94
Joined: Jan 2004
Reputation: 0
Post: #1
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: 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...en.xml.txt
Thanks for any help you guys can give me.
find quote
ralob Offline
Senior Member
Posts: 226
Joined: Jul 2007
Reputation: 2
Post: #2
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.
find quote
kjheu Offline
Junior Member
Posts: 16
Joined: Oct 2007
Reputation: 0
Post: #3
From the Wiki: Text Box

Did you try <autoscroll [parameters]>true</autoscroll>?
find quote
grote002 Offline
Member
Posts: 94
Joined: Jan 2004
Reputation: 0
Smile    Post: #4
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>
find quote