(solved) Native Text Field

Can you center the data, in my case numbers in the native.text field box? if so how.

[lua]-- Predefine local objects for use later
local numberFieldOne
local fields = display.newGroup()
local inputFontSize = 30
local inputFontHeight = 30
local tHeight = 50[/lua] [import]uid: 72372 topic_id: 13838 reply_id: 313838[/import]

hi,
take a look at the docs

Other properties that affect the text box:  
object.align  
object.font  
object.hasBackground  
object.size  
object.text  
object:setTextColor  

http://developer.anscamobile.com/reference/index/nativenewtextbox
-finefin [import]uid: 70635 topic_id: 13838 reply_id: 50843[/import]

thank you! I thought that was only for the textbox and not the text field.

Michelle [import]uid: 72372 topic_id: 13838 reply_id: 50932[/import]