RE: [flexcoders] Re: Adding an ellipsis to truncated text in Text control

2008-03-31 Thread Tracy Spratt
Do you have an explicit width on the Text component? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of geraldshastri Sent: Monday, March 31, 2008 5:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Adding an ellipsis

[flexcoders] Re: Adding an ellipsis to truncated text in Text control

2008-03-31 Thread geraldshastri
Yes I did that, and by default that property is set to true, as per the documentation. --- In flexcoders@yahoogroups.com, learner <[EMAIL PROTECTED]> wrote: > > did u try this : > truncateToFit = 'true' /> > > On Mon, Mar 31, 2008 at 2:53 PM, geraldshastri <[EMAIL PROTECTED]> > wrote: > > > I