almost 9 years ago
We have textfield of 150px and we have a string that is too long to fit into this 150px container, How can we make a textfield multiline if needed?
For this:-
There is property of textfield 'TextFieldAutoSize'.
var tf:TextField = new TextField(); tf.multiline = true; tf.wordWrap = true; tf.autoSize = TextFieldAutoSize.LEFT; tf.text = longString;
over 8 years ago
great
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
1 Comment(s)