Athena Framework
Tags
ActionScript AIR ANT Array Athena Framework BlazeDS Chart DataGrid DataGridColumn DB2 Derby Eclipse ERwin Event Facebook Facebook开发 Flash Builder Flex Flex Builder Flex右键 Java JDBC Linux MySQL Oracle PHP SQL SQLite SVN TextArea Tree Twitter UI WordPress XML ZDSoft 一日一类 千斤顶 基础教育 教育改革 新课改 正则表达式 浙大网络 设计模式 软件工程Archives
Tag Archives: Event
Flex Event stopimmediatepropagation VS stoppropagation
What’s the difference ? Here is the test codes:
We will create a button in a Group, and listen the button click event(MouseEvent.Click):
protected f
关于FlexBuilder的Event注释
如果某个类派发某事件, 我们通常使用如下注释:
/** * Dispatched when …. * @eventType com.events.MyEvent.EVENT_TEST */ [Event(name=”myEvent” type=”com.events.MyEvent”)]
Flex中addEventListener失败原因总结
我绝对是个粗心大意的人, 写代码90%的时间是浪费在低级错误上. 今天不幸又add错一把, 索性将犯错原因归纳如下:
1.弱智级别:***** 隔着锅台上炕: 没有dispatch就addEventListener
2.弱智级别:**** 驴唇不对马嘴: addEventListener中



