Salman Virk
Salman Virk

Reputation: 12307

How to highlight in flex

In flex, how can I highlight text/label? I have text and a small image that I want to highlight.

Upvotes: 0

Views: 1074

Answers (1)

Gregor Kiddie
Gregor Kiddie

Reputation: 3119

Easiest way is to add a glow filter around the UIComponents you want highlight.

Glow Filter

If you want to highlight part of the text, not so simple, you'll need to work it out in HTML and set the htmlText of the Label.

Upvotes: 2

Related Questions