you are asking some of the questions I have to. The goal is to have a fixed height Text control. Think of a small text pod that has a MORE button to get the full story. So we'd have something like:
A quick Brown fox jumped over the fence and... DK On 4/23/07, Michael Labriola <[EMAIL PROTECTED]> wrote:
The first question I have is: How would this work? The goal of the Label is to display an ellipsis when the text is too long for the width. The goal of the Text control is to wrap the text to a new line when the text is too long for the width. How is this control going to decide when to display the ellipsis? When it exceeds height? A fixed number of characters? The answer to this question would help me, personally, decide how to proceed. Mike http://blogs.digitalprimates.net/codeSlinger/ --- In [email protected] <flexcomponents%40yahoogroups.com>, "Douglas Knudsen" <[EMAIL PROTECTED]> wrote: > > I have a friend trying to answer this > "I would like to add the Label-style "..." behavior to *multi- line* Text and > TextArea controls." > > I'm thinking that extending UITextField and over riding TruncateToFit() > would be the way to go. Thoughts? > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? >
-- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?
