I am considering the purchase of Corona SDK but am not sure it can function as any thing other than a game building tool. The things I like to do are more in the App and Utility group. They all use the keyboard a lot. First you don’t seem to be able to test any code unless you do the whole thing and purchase the SDK and the Apple ID. You give examples to handle a complete text field:
local function fieldHandler( event )
if (“submitted” == event.phase)
Then …
That seems straight forward. But I want to do something with each letter as it is typed into the text field, before the return button is pressed or another field is touched. In Visual Basic it is called a text change event. Is there an event like that in Lua? If so, how and where do you address it. I lack confidence that this package has what I need. Can anyone help with some answers? Thanks. polycipher [import]uid: 76273 topic_id: 14968 reply_id: 314968[/import]