Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.34
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Feature (Tweak)

By default when using fade labels they always fade in even when the designer wants to use a fadelabel only for scrolling or fading it out if it's too long.

Description of Change

A new property <allowFadeIn> has been added to the fadelabel control. By default it is set to 'true' to preserve backwards compatibility.

Additional Information and References

Mantis Issue:

4213

Related xml(s):

references.xml or any xml that uses fadelabe control

Windows IDs:

 

Related GUI control:

fadelabel

Author:

Scythe42

Date added:

Sun, 27 Jan 2013

XML/Code Samples

The following example is from Titan skin references.xml

<control>
 <description>default fadelabel</description>
 <type>fadelabel</type>
 <id>5</id>
 <posX>97</posX>
 <posY>662</posY>
 <width>320</width>
 <align>left</align>
 <font>font12</font>
 <scrollStartDelaySec>5</scrollStartDelaySec>
 <textcolor>white</textcolor>
 <allowFadeIn>no</allowFadeIn>
 <wrapString> | </wrapString>
 </control>

Screenshots

Unfortunately no screenshot can accurately demonstrate this change. A video would be nice

   

 

This page has no comments.