RE: [flexcoders] Getting events from non-visual components created in actionscript?

2008-02-01 Thread Merrill, Jason
>>Yeah I've looked at Cairngorm, but I don't like my chances of getting approval to use it, even though it's a tiny company we've got a committee to approve tech stuff already... *sigh* Cairngorm is just a free class library (Adobe sanctioned), it's just Actionscript code - you can modify it to y

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-02-01 Thread Manish Jethani
On 2/1/08, Josh McDonald <[EMAIL PROTECTED]> wrote: > Yeah I've looked at Cairngorm, but I don't like my chances of getting > approval to use it, even though it's a tiny company we've got a committee to > approve tech stuff already... *sigh* You don't have to use Cairngorm, you can just see wha

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-31 Thread Josh McDonald
er Community* > > > > > -- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Josh McDonald > *Sent:* Wednesday, January 30, 2008 11:19 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Getting

RE: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-31 Thread Merrill, Jason
ailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, January 30, 2008 11:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting events from non-visual components created in actionscript? Hi, I've got an obje

RE: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Getting events from non-visual components created in actionscript? I don't want to register the listener on the dispatcher itself, I want the event to bubble up to the application, so you can listen to an event without knowing which o

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Josh McDonald
; Muzak > > - Original Message - > From: "Josh McDonald" <[EMAIL PROTECTED]> > To: > Sent: Thursday, January 31, 2008 5:19 AM > Subject: [flexcoders] Getting events from non-visual components created in > actionscript? > > > Hi, > > I've

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Muzak
This might help: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg76489.html regards; Muzak - Original Message - From: "Josh McDonald" <[EMAIL PROTECTED]> To: Sent: Thursday, January 31, 2008 5:19 AM Subject: [flexcoders] Getting events from non-visual compo

Re: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Josh McDonald
McDonald > *Sent:* Wednesday, January 30, 2008 8:19 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Getting events from non-visual components created > in actionscript? > > Hi, > > I've got an object that I'm creating in actionscript, and I want to

RE: [flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Gordon Smith
Wednesday, January 30, 2008 8:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting events from non-visual components created in actionscript? Hi, I've got an object that I'm creating in actionscript, and I want to have it dispatch events to the rest of the application and also

[flexcoders] Getting events from non-visual components created in actionscript?

2008-01-30 Thread Josh McDonald
Hi, I've got an object that I'm creating in actionscript, and I want to have it dispatch events to the rest of the application and also consume them in the future. As it stands now though, when the object calls dispatchEvent(), it just disappears into fat air. For now I'm getting around it using A