Hi All!
I am very new to this world made of Lua and Corona, and I found it really exciting. I was trying to create a very simple Hello World application where I input my name into a textfield and the app should say something like "Hello " + MY NAME
Ok?
I tried to use this to create a text box:
defaultField = native.newTextField( 10, 30, 180, 30,
fieldHandler( function() return defaultField end ) )
But the simulator says: “WARNING: Native text fields are not currently supported in the simulator. Please build for device.”
Ehmmm… What’s that? I mean, I just need a very simple text box for input my name… What if I have to develop a more complex app that crunches some input and I need to debug it? Please tell me I am doing something wrong!
[import]uid: 86439 topic_id: 21772 reply_id: 321772[/import]