Hi everyone
so my question is…
msgField = native.newTextField( 25, -130 , 270, 180, onEmailTouch )
msgField.font = native.newFont( native.systemFontBold, inputFontSize )
msgField.text = ""
msgField:setTextColor( 51, 51, 122, 255 )
keyboardGroup:insert( msgField )
Why this textField only write 1 line? I wish that when the words reached the edge of the field, start typing in another line below the first
It can be done?
Thanks [import]uid: 23063 topic_id: 17812 reply_id: 317812[/import]