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.
