My Opera is closing 3rd of March

blueSnow

Flex 弹出显示中文的对话框

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initApp()">
<mx:Style source="main.css"/>
<mx:Script>
<![CDATA[
import mx.controls.*;
private function initApp():void{
Alert.okLabel = '确定';
Alert.cancelLabel = '取消';
//Alert.show("测试");
Alert.show("备份为?", "提示",Alert.OK|Alert.CANCEL,null);
}
]]>
</mx:Script>
</mx:Application>

Flex 取小数点后位数Flex 响应键盘事件

Write a comment

New comments have been disabled for this post.

February 2014
S M T W T F S
January 2014March 2014
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28