Reputation: 12307
In flex, how can I highlight text/label? I have text and a small image that I want to highlight.
Upvotes: 0
Views: 1074
Reputation: 3119
Easiest way is to add a glow filter around the UIComponents you want highlight.
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