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

2008-03-31 Thread geraldshastri
I am using a text control but it's not showing the ellipsis ('...') after the truncated text. The documentation clearly says that it should be added. Do I have to toggle some settings to get the ellipsis after the truncated text? Thanks.

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

2008-03-31 Thread learner
did u try this : mx:Text truncateToFit = 'true' / On Mon, Mar 31, 2008 at 2:53 PM, geraldshastri [EMAIL PROTECTED] wrote: I am using a text control but it's not showing the ellipsis ('...') after the truncated text. The documentation clearly says that it should be added. Do I have to toggle