Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
mx:ViewStack id="inputPage" x="200" y="200" width="100" height="100" creationPolicy="all">
    <s:NavigatorContent width="100%" height="100%" label="tap1">
        <s:BorderContainer width="100%" height="100%" backgroundColor="0xCCE3F5">
            <s:layout>
                <s:VerticalLayout  verticalAlign="middle" horizontalAlign="center" gap="1"/>
            </s:layout>
            <s:BorderContainer width="100%" height="8%"
                               backgroundColor="0xCCE3F5">
                **<s:TextInput text="1234"/>**
                </s:BorderContainer>
            </s:BorderContainer>
        </s:NavigatorContent>

    </mx:ViewStack>

when i load this application,the app failed and dead,when i change the <s:TextInput text="1234"/> by <mx:TextInput text="1234"/> ,it works,why?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.