I’m trying to implement a multiline textbox which is what I thought the multiline textfields were however that doesn’t seem to be working so am I able to simply create a text box that is say 100 high and will wrap the text around to a new line when the user reaches the width? [import]uid: 5833 topic_id: 1841 reply_id: 301841[/import]
The native.newTextBox is an output only display. It supports multiple lines if you embed “\n” in your text string. It doesn’t automatically wrap.
Here is some sample code to create a text box that wraps.
http://developer.anscamobile.com/code/multiline-text-width-pixel
-Tom [import]uid: 7559 topic_id: 1841 reply_id: 6208[/import]