luasandy / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 2 forks source link

#selectedthumb does not get displayed when entering details view #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable skin to use #selectedthumb in details view
2. Enter details for a movie in IMDB trailer util

What is the expected output? What do you see instead?
#selectedthumb should display the thumb of the selected trailer, instead 
nothing is displayed.

If you move off and re-select then image appears.

#OnlineVideos.Details.Poster works as expected.

What skin?
StreamedMP, using expresion:

Please provide any additional information below.
<control>
      <type>image</type>
      <description>Movie Poster (Details)</description>
      <id>26</id>
      <posX>31</posX>
      <posY>254</posY>
      <width>257</width>
      <height>380</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#(iif(neq(#OnlineVideos.Details.Poster,''),#OnlineVideos.Details.Poster,#selectedthumb))</texture>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>      <visible>string.equals(#OnlineVideos.state,details)+string.equals(#OnlineVideos.selectedSiteUtil,IMDB)</visible>
</control>

Original issue reported on code.google.com by damien.haynes@gmail.com on 21 Apr 2011 at 2:31

GoogleCodeExporter commented 8 years ago
I have a fix comming in the next commit :) Pls confirm that it works, because 
the default skins don't use this.
Thx for reporting!

Original comment by bborgsd...@gmail.com on 21 Apr 2011 at 8:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1294.

Original comment by bborgsd...@gmail.com on 21 Apr 2011 at 8:28

GoogleCodeExporter commented 8 years ago
Tested and Fixed.

Original comment by damien.haynes@gmail.com on 22 Apr 2011 at 1:16

GoogleCodeExporter commented 8 years ago

Original comment by bborgsd...@gmail.com on 22 Apr 2011 at 8:03