BUG: IsVisible(1238) not working for all elements (1 Viewer)

gamejester

Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom United Kingdom
    If you have a Series that has only 1 season then certain hidden events do not work.

    For example if you want to display a SeasonBanner and SeriesBanner only when the Season View is displayed (1238) then if you have only 1 season this middle state of facadeview list is not displayed but the images still appear.

    Example:

    <control>
    <type>image</type>
    <description>Series Banner (Banner when series are selected)</description>
    <id>30</id>
    <posX>0</posX>
    <posY>169</posY>
    <width>756</width>
    <height>200</height>
    <keepaspectratio>yes</keepaspectratio>
    <texture flipY="true" diffuse="Thumb_Mask_non2.png">#TVSeries.SeriesBanner</texture>
    <animation effect="slide" time="300" delay="200" start="-1000,0">WindowOpen</animation>
    <animation effect="slide" time="300" delay="200" end="-1000,0" >WindowClose</animation>
    <animation effect="slide" time="300" delay="400" start="-1000,0">Visible</animation>
    <animation effect="slide" time="300" end="-1000,0" >hidden</animation>
    <visible>Control.IsVisible(1238)</visible>
    </control>

    Should only show the Series Banner when you are viewing a list of seasons.
    This does not work if you only have ONE season, but does work if you have multiple seasons.

    Use my new skin preview to demonstrate all these animation bugs.

    https://forum.team-mediaportal.com/...-skin-designed-tvseries-plugin-preview-40624/
     

    Users who are viewing this thread

    Top Bottom