Hopefully someone can show me where i've gone wrong with my mod of filmstrip view in movingpictures
In the view below, the fanart changing is a little buggy, when entering movingpictures the 1st movie fanart shows fine, when i move to the next movie, the fanart doesnt change, then when movingto the next movie it will briefly show the fan art from the previous movie that did not show and then flick to the correct current movie, the next movie the fanart will again change correctly but then on the next one again it does the same, doesnt show until you move accross one more where it will flash the previous movie fanart then change to the current correct one.
That probably wont make any sense so i've included the file, if someone can look at it to see what i've done wrong it would be much appreciated.
this is the section of code I changed
<control>
<description>Fan Art</description>
<type>image</type>
<id>60</id>
<posX>650</posX>
<posY>130</posY>
<width>550</width>
<height>309</height>
<texture>#MovingPictures.Backdrop</texture>
<visible>facadeview.filmstrip+control.isvisible(50)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
just changing
<texture>#MovingPictures.Coverart</texture>
to
<texture>#MovingPictures.Backdrop</texture>
Which kind of half works.
Thanks
In the view below, the fanart changing is a little buggy, when entering movingpictures the 1st movie fanart shows fine, when i move to the next movie, the fanart doesnt change, then when movingto the next movie it will briefly show the fan art from the previous movie that did not show and then flick to the correct current movie, the next movie the fanart will again change correctly but then on the next one again it does the same, doesnt show until you move accross one more where it will flash the previous movie fanart then change to the current correct one.
That probably wont make any sense so i've included the file, if someone can look at it to see what i've done wrong it would be much appreciated.
this is the section of code I changed
<control>
<description>Fan Art</description>
<type>image</type>
<id>60</id>
<posX>650</posX>
<posY>130</posY>
<width>550</width>
<height>309</height>
<texture>#MovingPictures.Backdrop</texture>
<visible>facadeview.filmstrip+control.isvisible(50)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
just changing
<texture>#MovingPictures.Coverart</texture>
to
<texture>#MovingPictures.Backdrop</texture>
Which kind of half works.
Thanks