The overview scrolls. However it does not return to the beginning after reaching the end. Is there anything I can adjust? Any ideas why? Thanks for any help. Has this returned:
Any suggestions on how I can get the scrolling to work correctly? Thanks.
Well everything gets to the end here and starts over just fine for me. Neo 1.0.7.7 adapted core controls for this, so make sure you have auto scroll overview on in the theme options page.
If you feel a little more adventurous, open up the MBServiceXml.config with notepad, it can be found in C:\ProgramData\MediaBrowser.
<AutoScrollText>True</AutoScrollText>
<AutoScrollDelay>8</AutoScrollDelay>
<AutoScrollSpeed>2</AutoScrollSpeed>
First line is the same as toggling in the view options, make sure this is true. Delay is how long it takes before it starts to scroll and also how long it takes to start over. Speed is the actual speed of the text scrolling as it gets going.
BAS: Scrolling in the detail view works in Venus only. In Mercury and Neo it reaches the end and stops. It does not return to the start. I hope the attached in some way help.
Scroll shows the start and Scroll1 shows the end when it stops and does not return to the start.
Hmmmm, the alignment of the logo there makes me think you might have a old neo.dll in C:\Windows\ehome, please confirm that all old dll’s are removed from windows/ehome.
If there is no neo.dll I would think the next step would be to try deleting the neo display cache, located at C:\ProgramData\MediaBrowser\Plugins\neo\display
Just a heads up when deleting the content of that folder you will need to reapply some of your display options with Neo.
I can’t reproduce this at all in any of the views you mentioned, and since you mentioned it works fine on one machine and not another makes me think something is a miss in your setup somewhere.
BAS thanks for all your suggestions.Based on your last suggestion, I deleted MediaBrowserXml.cofig and started with a fresh config. The scroll started and returned to start at the end. It worked. I have a 10 foot screen and need to adjust the OverScanPadding in Xml.config for the image to properly fit. In doing this I noticed that as the numbers are increased from 0, the scroll issue returns. The question is why and also why it worked only in Venus? Maybe you can try making the adjustment to see if it is specific to my setup and if it is I will continue to review.
BAS: This is still marked unconfirmed. I thought you had confirmed.
New Neo released but this situation remains unchanged.