have you tried listening for all keyboard events on the stage? stage.addEventListener(KeyboardEvent.KEY_DOWN, e.CallBack);
Thank You, Stephen C -All of my email addresses go to the same place -Save Paper, think before you print -PGP Public Key<https://docs.google.com/file/d/0B0JeFeQj5XjkZC0talFuRExyc0E/edit?usp=sharing> On Tue, Sep 10, 2013 at 4:52 AM, derChris <[email protected]>wrote: > That would fit - but it don't work... (as "KeyboardEvent" also don't > work and the text-Events - change - sometimes don't work for the > "Enter"-Key)... > > Maybe all of this is a result that "spark.skins.mobile.TextAreaSkin" is > using StageText... > > But SOMETHING has to work...or not...??? > > Christian > > > Am 09.09.2013 17:43, schrieb Lee Burrows [via Apache Flex Users]: > > Not sure if it fits your requirements but have you tried listening for > > FlexEvent.ENTER instead? > > > > On 09/09/2013 11:51, derChris wrote: > > > > > 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. > > > > > > > > > -- > > Lee Burrows > > ActionScripter > > > > > > > > ------------------------------------------------------------------------ > > If you reply to this email, your message will be added to the > > discussion below: > > > http://apache-flex-users.2333346.n4.nabble.com/Getting-Enter-Clicked-event-Flex-Mobile-iOs-spark-skins-mobile-TextAreaSkin-tp2618p2643.html > > > > To unsubscribe from Getting "Enter"-Clicked event / Flex Mobile / iOs > > / spark.skins.mobile.TextAreaSkin, click here > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2618&code=Y2hyaXN0aWFuLmtpZWZlckBnb2FsLWdhbWVzLmRlfDI2MTh8LTg0MTkyNDg0NQ== > >. > > NAML > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Getting-Enter-Clicked-event-Flex-Mobile-iOs-spark-skins-mobile-TextAreaSkin-tp2618p2657.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
