blinking fadelabel text (1 Viewer)

pur_berger

Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,679
    309
    51
    Vienna
    Home Country
    Austria Austria
    has anyone an idea why my fadelabel text is blinking?

    <control>
    <type>fadelabel</type>
    <animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
    <animation effect="fade" start="0" end="100" time="300" delay="350" reversible="false">visible</animation>
    <id>0</id>
    <posX>10</posX>
    <posY>820</posY>
    <width>950</width>
    <align>left</align>
    <font>font12</font>
    <textcolor>FF00537C</textcolor>
    <label>#Anime3.Episode.AirDate - #Anime3.Episode.Length - #Anime3.Episode.Rating - #Anime3.Episode.FileInfo</label>
    <visible>facadeview.list+Control.IsVisible(1239)</visible>
    </control>
    When it stats scrolling it disapears and comes up again and disappears and comes up again - all during it's scrolling.
     

    pur_berger

    Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,679
    309
    51
    Vienna
    Home Country
    Austria Austria
    Now they are (well - it's 1.3 final) - strange thing is - this text is blinking (and the text below) - the others are not (genre-info) - no idea why
     

    Attachments

    • Anime3_Views.xml
      14.5 KB
    Last edited:

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,554
    3,936
    Lehmden
    Home Country
    Germany Germany
    Hi.
    It's a long time well known Bug in MP skin engine. All fadelabel controls needs enough distance from borders of screen to avoid the blinking.
    Try it with: <posX>20</posX>. If the font isn't too big 20 is enough to avoid the flicker. If it still flickers, increase the posx until blinking disappears. Maybe this will be fixed in 1.4 but I doubt it. The bug resides too deep inside the skin engine...
     

    Users who are viewing this thread

    Top Bottom