If you don't want to allow multi-line entry, why not using spark TextInput instead ? It works exactly as you describe, and you can further customize the label of the Enter key.
Maurice -----Message d'origine----- De : derChris [mailto:[email protected]] Envoyé : lundi 9 septembre 2013 12:51 À : [email protected] Objet : Getting "Enter"-Clicked event / Flex Mobile / iOs / spark.skins.mobile.TextAreaSkin Hi, I have problems getting an Event when the "Enter" - Button on a softKeyboar is clicked on iOs (iPod Touch 5G). The TextArea is using the skin "spark.skins.mobile.TextAreaSkin"... The only Event I get "sometimes" is the Event.CHANGE or TextOperationEvent.CHANGE... But is there a way to get a better Event when I want to close the SoftKeyboard when enter is pressed (without displaying a lineBreak or remove the lineBreak manually)...??? Thanks in advanvce... Christian -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Getting-Enter-Clicked-event-Flex-Mobile-iOs-spark-skins-mobile-TextAreaSkin-tp2618.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
