Tom,
I don’t know if you read my question carefully, or have looked at this one either:
http://developer.anscamobile.com/forum/2010/09/27/event-handling-native-input-fields-iphone
But it’s VERY FRUSTRATING to have to ask the same question over and over again, only get pointed to an anemic example that does not address the issue.
I’m VERY CLEAR that your Simulator does not support native entry fields and that Xcode does…
The question is, in the real-supported (runtime) environment, what (COMPLETELY) does the “event” record look like (contain) for a Native field.
In my tests, there are only two attributes (name and phase)----very anemic information.
event.target is NOT BEING SENT
This means that you cannot have one handler deal with a whole form (ie multiple fields). Each entry field needs it’s OWN LISTENER. So, you either have to use a closure around a main function, or maintain separate listeners. That sucks big time and I’d like some clarification of whether this is intentional, or just a temporary situation.
The example code you referenced only deals with one entry field (and also does not show event.target) so it seems completely irrelevant to my question.
I’ll say it again----where (documentation wise) can we see EVERYTHING that Corona should (now and future) be sending as an event record to the listener for a native object. I’m hoping that event.target is on that document. If not, please make it a feature request. [import]uid: 6175 topic_id: 2256 reply_id: 7063[/import]