Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread JesterXL
I still can't set bubbles = true, though... bleh - Original Message - From: Renaun Erickson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 10, 2005 7:39 PM Subject: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?) To add arbitrary properties ...

RE: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread Matt Chotin
@yahoogroups.com Subject: Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?) I still can't set bubbles = true, though... bleh - Original Message - From: Renaun Erickson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 10, 2005 7:39 PM Subject

Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread JesterXL
: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?) I don’t think the example is going to work since you’re trying to dispatch an anonymous object instead of an Event. Flex 2 requires an Event to be dispatched. There is mx.events.DynamicEvent which is a subclass of Event that is dynamic

RE: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread Matt Chotin
[mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, November 10, 2005 4:51 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?) I still can't set bubbles = true, though... bleh - Original Message - From

Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread Manish Jethani
On 11/11/05, JesterXL [EMAIL PROTECTED] wrote: I'll try using DynamicEvent then isntead; do you have the constructor signature handy? DynamicEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) Yahoo! Groups Sponsor ~-- Get

RE: [flexcoders] Re: Dynamic Events (Flex2 Custom Events?)

2005-11-10 Thread Matt Chotin
, bubbles:Boolean = false, cancelable:Boolean = false) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, November 10, 2005 8:58 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Dynamic Events (Flex2 Custom Events