Tuesday, November 22, 2011

Adobe Flex alert dialog example in android

Adobe Flex alert dialog example in android


ex code :

 <fx:Declarations>
        <fx:Component className="AlertMsg">
            <s:SkinnablePopUpContainer  x="200" y="300">
                <s:TitleWindow   title="Vijaykumar" click="close()" >
                    <s:VGroup horizontalAlign="center"
                              paddingTop="12"
                              paddingBottom="12"
                              paddingLeft="12"
                              paddingRight="12"
                              gap="8"
                              width="100%">
                        <s:Label
                                 paddingBottom="20" 
                                 fontWeight="bold"
                                 color="#000000"
                                 text="Please enter username and password!"/>
                        <s:Button width="50%" height="100%" label="OK" click="close()"/>
                    </s:VGroup>
                </s:TitleWindow>
            </s:SkinnablePopUpContainer>
        </fx:Component>
 </fx:Declarations>


3 comments:

  1. Where to write this code...

    ReplyDelete
  2. Can we open dialogbox within dialog? I want to open spinner in customize dialog. Do U have any idea??? Please Reply.

    ReplyDelete

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...