티스토리 뷰
import mx.controls.Alert;
Alert.show(
"Name : " + txtName.text + "
"
+ "Mail : " + txtMail_01.text + "@" + txtMail_02.text + "
"
+ "Mail_01 : " + txtMail_01.text + "
"
+ "Mail_02 : " + txtMail_02.text + "
"
+ "Mail_03 : " + cbxMail.selectedItem.data + "
"
+ "Title : " + txtTitle.text + "
"
+ "Note : " + txtNote.text
);
'Language > Flex' 카테고리의 다른 글
[ Flex ][ Source ] circle 원 그리기 - Flash에서는 정상 Flex에서는 오류가 발생함 (원인 확인불가) - 해결 rawChildren.addChild() (0) | 2015.11.29 |
---|---|
[ Flex ][ Source ] Baindable | DataGrid (0) | 2015.11.29 |
[ Flex ][ Source ] ex08_04 : 전자랜지 (0) | 2015.11.29 |
[ Flex ][ Source ] ex08_03 : Button Event / MouseWheel 값 event.delta (0) | 2015.11.29 |
[ Flex ][ Source ] ex08_02 : Event / e.stopPropagation() (0) | 2015.11.29 |