Nope, I meant the process described here:
http://livedocs.adobe.com/flex/3/html/help.html?content=createevents_3.html

But I think Manish's answer is the easier approach.

On Mon, Jan 12, 2009 at 1:55 PM, Dan <[email protected]> wrote:
>> Create a custom event that uses your current event type string as a
>> variable. Then your handler can look at the variable value to decide
>> what to do.
>>
>
> You mean when I do dispatchEvent, I always use the same type string,
> like this?
> dispatchEvent(new MyEvent(MyEvent.MY_EVENT)
> dispatchEvent(new MyChildEvent(MyEvent.MY_EVENT)
> dispatchEvent(new MyFutureChildEvent(MyEvent.MY_EVENT)


-- 
Howard Fore, [email protected]
"The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Reply via email to