Using this code:
local textField = native.newTextField( centerX-130, 100, 260, 60, fieldHandler )
textField.text = message
The text just ends up on one line, running out of the view, instead of wrapping at the 260 width I specified. Is this a bug or is there some way to make text wrap in a text field? [import]uid: 52127 topic_id: 19245 reply_id: 319245[/import]