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.