Re: [flexcoders] (Simple?) Problem with TextInput component

2007-02-27 Thread Tom Chiverton
On Monday 26 Feb 2007, Ciarán wrote: How do I get rid of it? Have you tried the padding/margin etc. CSS properties ? -- Tom Chiverton Helping to synergistically mesh interactive applications at http://thefalken.livejournal.com This email

Re: [flexcoders] (Simple?) Problem with TextInput component

2007-02-27 Thread Ciarán
mx:TextInput does not create or extend any class with the properties paddingTop/paddingBottom - I wish it were that easy! -Ciarán On 2/27/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 26 Feb 2007, Ciarán wrote: How do I get rid of it? Have you tried the padding/margin etc. CSS

Re: [flexcoders] (Simple?) Problem with TextInput component

2007-02-27 Thread Daniel Freiman
The UITextField can be extended, but there is no way to get rid of the border/padding directly. If you really want, you should be able override x, y, width and height of UITextField to fake out the bounds with an offset of 2 in each direction, but overriding those properties can get tricky.