cornerRadius? >From the help for textInput "focusRoundedCorners" Specifies which corners of the focus rectangle should be rounded. This value is a space-separated String that can contain any combination of "tl", "tr", "bl" and "br". For example, to specify that the right side corners should be rounded, but the left side corners should be square, use "tr br". The cornerRadius style property specifies the radius of the rounded corners. The default value depends on the component class; if not overridden for the class, default value is "tl tr bl br".
But I don't see cornerRadius in the completion so either the above is wrong or completion is wrong. From: [email protected] [mailto:[email protected]] On Behalf Of ZIONIST Sent: Wednesday, February 27, 2013 2:40 AM To: [email protected] Subject: [flexcoders] Rounding specific corners of a textInput in flex Hi Guys, How can i round specific corners of a flex textinput component?

