Try setting the heightInLines to NaN AFTER you have set the text property. Maybe in the updateComplete and or change event handlers.
heightInLines = NaN; That works for me. * Lionel A. Pierre **Development Manager / Senior Developer **Integrated Software Solutions Corp. *7450 Griffin Road, Suite 150 Davie, FL 33314 *P:* *954.332.4700 x 206 **F:* *954.332.4705 **E:* *[email protected]* P MedEZ Software is committed to preserving the environment. Please consider the trees before printing. **** HIPAA CONFIDENTIALITY AND PRIVACY NOTICE *** **This email message and its contents contain confidential and privileged information intended only for the use of the individual(s) or entity named above. Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you have received this message in error, please contact the sender by email immediately and destroy all copies of the original message.* On Fri, Oct 4, 2013 at 5:01 PM, mark goldin <[email protected]> wrote: > No, this is an item renderer. All I want is to have it as large as its > text is. > > > On Fri, Oct 4, 2013 at 3:49 PM, Lee Burrows <[email protected] > >wrote: > > > Are you publishing for mobile? > > > > > > On 04/10/2013 21:36, mark goldin wrote: > > > >> Did you mean this: > >> http://help.adobe.com/en_US/**FlashPlatform/reference/** > >> actionscript/3/spark/**components/TextArea.html< > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/TextArea.html > > > >> > >> > >> On Fri, Oct 4, 2013 at 3:27 PM, OmPrakash Muppirala < > [email protected] > >> >wrote: > >> > >> On Oct 4, 2013 1:25 PM, "mark goldin" <[email protected]> wrote: > >>> > >>>> I am trying to have TextArea's height large enough to show the whole > >>>> content. I am using the following: > >>>> <s:TextArea verticalAlign="top" width="100%" heightInLines="{NaN}"/> > >>>> > >>>> but all I see is one line of text. Any idea? > >>>> > >>>> Thanks > >>>> > >>> Have you looked at the documentation? > >>> > >>> > > > > -- > > Lee Burrows > > ActionScripter > > > > >
