Hello,
is-it possible to use a classic Textfield in a Spark TextArea instead TLFTextField ?
Thanks.
No, you can't do this.
<s:TextArea>
<mx:Text>
</s:TextArea>
You can do this.
<s:TextArea>
<s:Text>
</s:TextArea>
Using the TextArea over the TLFTextField seems to be a choice based on what you are trying to accomplish.
Take a look at this post Getting started with the TLFTextField.
North America
Europe, Middle East and Africa
Asia Pacific