The LiveDocs page that is supposed to explain how to create a custom event is:

http://livedocs.adobe.com/flex/3/html/ascomponents_7.html#170959

I get it that what I choose for the name parameter is what listeners
will have to register against. I don't get the 'type' param. Am I
needing to make that package of the current class?
        [Event(name="itsGreaterThanZero", type="com.foo.bar.whatHere")]


Also, the sample doesn't make clear how to pass custom (runtime) data.
I'm working with code that needs to dispatch a custom event when a
given value is found to be > 0. The method in question is in a class
that extends UIComponent.


Any help much appreciated.
--steve...

Reply via email to