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

More…

Posted in ActionScript, Flex | Tagged , , | Leave a comment

Flex 自定义Event 低级错误一例: 未重写Clone方法, 导致类型转换失败

自定义Event必须及时重写Clone与toString方法….

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

Flex中使用currentStateChange事件监听State变化

使用currentStateChange Event监听State改变事件.

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

关于FlexBuilder的Event注释

如果某个类派发某事件, 我们通常使用如下注释:
/** * Dispatched when …. * @eventType com.events.MyEvent.EVENT_TEST */ [Event(name=”myEvent” type=”com.events.MyEvent”)]

More…

Posted in Flex | Tagged , | Leave a comment

Flex中addEventListener失败原因总结

我绝对是个粗心大意的人, 写代码90%的时间是浪费在低级错误上. 今天不幸又add错一把, 索性将犯错原因归纳如下:
1.弱智级别:*****  隔着锅台上炕:  没有dispatch就addEventListener
2.弱智级别:****   驴唇不对马嘴:  addEventListener中

More…

Posted in Flex | Tagged , , | Leave a comment
  • Page 1 of 2
  • 1
  • 2
  • >