Ticker Facelet

The Ticker Facelet renders a horizontally scrolling text ticker.
It is useful for displaying longer text that does not fit in the available space.
Scrolling pauses in ambient mode or when the text fits within the width.

Configuration

  • Position
    X, Y position (top-left) in screen coordinates [mil].

  • Size
    Width and height of the ticker area in [mil].

  • Font
    Select the font family.

  • Text Size
    Size of the ticker text in [mil].

  • Right to Left
    Enable right-to-left scrolling direction.

  • Text
    Text content of the ticker. Supports data binding.

  • Text Color
    Color of the ticker text.

  • Background Color
    Background color of the ticker area.

  • Border Color
    Color of the ticker border.

  • Border Width
    Width of the ticker border in [mil]. 0 = no border.

  • Scroll Speed
    Scroll speed in mil per second.

  • Repeat Rate
    Delay before the ticker restarts scrolling after reaching the end (e.g. 3s).

  • Visibility
    A condition expression. The Facelet is displayed if this evaluates to 1.

  • Display Mode

    Mode Description

    Normal

    This Facelet is only displayed in interactive (normal) mode.

    Ambient

    This Facelet is only displayed in ambient mode.

    Always

    This Facelet is displayed in both interactive and ambient mode.

  • Ambient Color
    Select a color for the ambient mode.
    0 uses the common ambient color of the face settings.