Ok, that looks good. I will check that tonight , because I don't have my iPad now to test.
BTW, you don't need to set the skinClass to ScrollingStageTextInputSkin, as it's the default. Maurice -----Message d'origine----- De : agm65 [mailto:[email protected]] Envoyé : mardi 15 avril 2014 12:22 À : [email protected] Objet : RE: ScrollingStageTextInputSkin in scroller does not scroll when focus Hi Maurice, i am using the new 4.12 sdk, air 1.30 beta. This is my code: <s:Scroller bottom="60" top="60" width="100%"> <s:VGroup width="100%" verticalAlign="middle" horizontalAlign="center" verticalCenter="0" horizontalCenter="0"> <s:Label styleName="labelHCE35thin" fontSize="20" width="90%" textAlign="left" color="#9c9a9c" /> <s:VGroup verticalAlign="middle" horizontalAlign="left" width="90%" gap="2" > <s:TextInput softKeyboardType="number" width="100%" height="42" id="txtMins" restrict="0-9" focusColor="#FFFFFF" color="#9c9a9c" borderVisible="false" autoCapitalize="none" autoCorrect="false" skinClass="spark.skins.mobile.ScrollingStageTextInputSkin"/> </s:VGroup> </s:VGroup> </s:Scroller> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6131.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
