ncoH has also told me it just now. Unfortunately we can not test this. I've heard of this problem not by any other User.![]()
I have another problem that I am wondering if anybody else has experienced this.
The problem has to do with Fade on exit. The screen shots shows the InfoService plugin with an item highlighted. When I either select the item or press the back button the highlight text fades out really slow. The text from the other items that aren't highlighted fade out as you would expect.
I have noticed this problem on the music playlist screen, pictures screen, recordings screen and infoservice. All in list view mode.
I can remove the problem on my system by changing the setting:
<animation effect="zoom" easing="out" start="100,100" end="180,180" center="683,384" time="1000">WindowClose</animation>
to
<animation effect="slide" time="200" end="1000,0">WindowClose</animation>
I had to do this on all these files:
common.facade.music.xml
common.facade.pictures.xml
common.facade.recordings.xml
common.facade.video.xml
common.facade.xml
infoservice.feeds.xml
Thanks
I have another problem that I am wondering if anybody else has experienced this.
The problem has to do with Fade on exit. The screen shots shows the InfoService plugin with an item highlighted. When I either select the item or press the back button the highlight text fades out really slow. The text from the other items that aren't highlighted fade out as you would expect.
I have noticed this problem on the music playlist screen, pictures screen, recordings screen and infoservice. All in list view mode.
I can remove the problem on my system by changing the setting:
<animation effect="zoom" easing="out" start="100,100" end="180,180" center="683,384" time="1000">WindowClose</animation>
to
<animation effect="slide" time="200" end="1000,0">WindowClose</animation>
I had to do this on all these files:
common.facade.music.xml
common.facade.pictures.xml
common.facade.recordings.xml
common.facade.video.xml
common.facade.xml
infoservice.feeds.xml
Thanks