I use this

 <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView" 
addedToStage="this.requestSoftKeyboard()">
        <fx:Declarations>
                <!-- Place non-visual elements (e.g., services, value objects) 
here -->
        </fx:Declarations>
        <s:TextInput needsSoftKeyboard="true" />
</s:View>


no keyboard show.why?

Mark

Reply via email to