Adobe Flex alert dialog example in android
ex code :
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><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>
Where to write this code...
ReplyDeleteAdobe Flex.Cross PlatForm
ReplyDeleteCan we open dialogbox within dialog? I want to open spinner in customize dialog. Do U have any idea??? Please Reply.
ReplyDelete