Hi, just testet TextArea with the default skin on Android 4.2 on Samsung Galaxy S3. When I stop editing with the Hardware back button, I get the following error:
Error #1009: Cannot access a property or method of a null object reference. at spark.components.supportClasses::ScrollableStageText/endTextEdit()[/Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/mobilecomponents/src/spark/components/supportClasses/ScrollableStageText.as:1939] at Function/http://adobe.com/AS3/2006/builtin::apply() so I changed the skinClass back to spark.skins.mobile.TextAreaSkin. Guenter 2014-03-17 12:13 GMT+01:00 Maurice Amsellem <[email protected]>: > The code seems right to me, so it should work :-(. > > Are you testing on iOS or Android? And which device exactly? > > I won't be able to test now, but I will test your code tonight and see if > I can reproduce the problem. > > Maurice > > -----Message d'origine----- > De : agm65 [mailto:[email protected]] > Envoyé : lundi 17 mars 2014 10:32 > À : [email protected] > Objet : RE: "StageTextInput can now be included in scrollable content" > does not work? > > Hello Maurice, > > thx for your quick answer. > > Now i tried using > skinClass="spark.skins.mobile.ScrollingStageTextInputSkin" > but it is the same strange handling. > > The textcursor is not shown in the textinput and if i touch into it, the > softkeyboard comes out just for a second and closes diretcly. > this is how i implemented it: > > <s:Scroller bottom="60" top="60" width="100%"> <s:VGroup width="100%"> > <s:TextInput softKeyboardType="number" width="100%" height="42" > id="txtMins" restrict="0-9" focusColor="#FFFFFF" color="#9c9a9c" > borderVisible="false" autoCapitalize="none" > skinClass="spark.skins.mobile.ScrollingStageTextInputSkin"/> > </s:VGroup> > </s:Scroller> > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/StageTextInput-can-now-be-included-in-scrollable-content-does-not-work-tp5566p5568.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. > -- Mit freundlichen Grüßen Günter Guckelsberger ================================================= MapleTec GmbH Schaffeld 8 D- 21629 Neu Wulmstorf ================================================= Phone: +49 (172) 4026944 e-mail: [email protected] <[email protected]> ================================================= Web: http:// <http://www.mapletec.de/>guckelsberger.wordpress.com MapleTec GmbH Geschäftsführer: Günter Guckelsberger, Fritz Walliser Sitz der Gesellschaft: 21629 Neu Wulmstorf Registergericht: Amtsgericht Tostedt HRB 200443 Diese Mitteilung ist ausschließlich für den beabsichtigten Empfänger bestimmt. Sie kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Jede(r) unberechtigte Gebrauch, Kopie, Weitergabe oder Veröffentlichung ist untersagt. Sollten Sie diese E-Mail irrtümlich erhalten haben, benachrichtigen Sie uns bitte sofort durch Antwortmail und löschen Sie diese E-Mail nebst etwaigen Anlagen und einschließlich aller angefertigten Kopien von Ihrem System.
