yes it works !
thanks :)
i was doing some typo error

On 10/12/07, Randy Martin <[EMAIL PROTECTED]> wrote:
>
>   Did you put the style in a css stylesheet or in a <mx:Style> block? The
> reason I ask is that I have an existing app that uses textareas, I went in
> and added the following:
>
> <mx:TextArea leading="-5".....>
>
> I recompiled, ran the app, and the lines in the textarea were sitting
> right on top of each other, as you would expect. I then took it out of the
> <mx:TextArea> tag and added it to the css for the application. Same result,
> text lines sitting on top of each other.
>
> I tried this both in FB 2.01 and FB 3 beta 2. It works in both.
>
> ~randy
>
>
> --- In flexcoders@yahoogroups.com, learner <[EMAIL PROTECTED]> wrote:
> >
> > You got it right but its not working :(
> >
> > On 10/12/07, Randy Martin [EMAIL PROTECTED] wrote:
> > >
> > > I assume you mean the space between the lines? If that's what you
> mean,
> > > you can do this:
> > >
> > > TextArea {
> > > leading: -2;
> > > }
> > >
> > > ~randy
> > >
> > > ------------------------------
> > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> *On
> > > Behalf Of *learner
> > > *Sent:* Friday, October 12, 2007 6:15 AM
> > > *To:* flexcoders@yahoogroups.com
> > > *Subject:* [flexcoders] lineHeight of TextArea
> > >
> > > Is there any way by which i can reduce the lineHeight of the textArea?
> > >
> > > Regards
> > > PS
> > >
> > >
> > > No virus found in this outgoing message.
> > > Checked by AVG.
> > > Version: 7.5.488 / Virus Database: 269.14.8/1064 - Release Date:
> > > 10/11/2007 3:09 PM
> > >
> > >
> > >
> >
>
>  
>

Reply via email to