views:

133

answers:

2

Is there a framework for Flex that uses the Qt Signal and Slots paradigm?

I'm getting tired of these event-mapped frameworks.

A: 

Have you tried PureMVC?

Satish
How does PureMVC framework solve this problem?
Los
+1  A: 

Robert Penner wrote an AS3 Signals library, to replace flash events.

http://flashblog.robertpenner.com/2009/09/my-new-as3-event-system-signals.html

http://github.com/robertpenner/as3-signals

(it's pretty awesome)

Benoit Jadinon
This is exactly what I've been looking for....thnx
Los