My Opera is closing 3rd of March

blueSnow

Flex 响应键盘事件

private function onKeyDown(event:KeyboardEvent):void{
var curKeyCode:int = event.keyCode;
if (curKeyCode == 13){
//dosomething
}
}

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