Is it possible to create text input fields without using the native.newTextField (but using the native keyboard)?
I guess if you build your own on screen keyboard is doable, but supporting all the different languages would probably be a mess.
A workaround could be creating a hidden native textfield, capturing the text and moving it to a text object, but… mmh, sounds weird (and since there’s no onChange event on the native textfield the only option would be to use enterframe listeners)…
Or am I doing something wrong and there’s an easier solution? [import]uid: 9158 topic_id: 5977 reply_id: 305977[/import]