RE: [flexcoders] Apollo - multi-window communication

2007-03-23 Thread Gordon Smith
ation. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ju Aedis Sent: Thursday, March 22, 2007 10:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Apollo - multi-window communication Gordon: if dispatchEvent() in a

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Ju Aedis
flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Apollo - multi-window communication how can the broadcast trasfer the info to listener? use event.xxx = xxx? 2007/3/23, Mike Chambers <[EMAIL PROTECTED]>: > > Windows are all in scope, so you dont have to use LocalConnection. > > J

RE: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Gordon Smith
, 2007 6:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Apollo - multi-window communication how can the broadcast trasfer the info to listener? use event.xxx = xxx? 2007/3/23, Mike Chambers <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >: Windows are all in s

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mark Doberenz
Dang, that's a good idea I'll totally have a play with that one tomorrow. Thanks Mike!!! On 3/22/07, Mike Chambers <[EMAIL PROTECTED]> wrote: Windows are all in scope, so you dont have to use LocalConnection. Just have one window broadcast an event, and have the other listen for it. mi

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Ju Aedis
how can the broadcast trasfer the info to listener? use event.xxx = xxx? 2007/3/23, Mike Chambers <[EMAIL PROTECTED]>: Windows are all in scope, so you dont have to use LocalConnection. Just have one window broadcast an event, and have the other listen for it. mike chambers [EMAIL PROTECT

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mike Chambers
Windows are all in scope, so you dont have to use LocalConnection. Just have one window broadcast an event, and have the other listen for it. mike chambers [EMAIL PROTECTED] Michael Schmalle wrote: > > > I would go out on a limb and say yes. > > Not in alpha but, if we are going to be able t

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Michael Schmalle
I would go out on a limb and say yes. Not in alpha but, if we are going to be able to addChild() on a newly created window, I don't see why you could communicate with a window that you created from the main app. Peace, Mike On 22 Mar 2007 14:32:13 -0700, Mark Doberenz <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Mark Doberenz
Oh yeah, I remember playing with those a long time ago... not the nicest stuff to deal with from what I can remember. Thanks On 22 Mar 2007 14:28:43 -0700, Carlos Rovira <[EMAIL PROTECTED]> wrote: You should read about LocalConnection. It's an old Flash API to communicate between different f

Re: [flexcoders] Apollo - multi-window communication

2007-03-22 Thread Carlos Rovira
You should read about LocalConnection. It's an old Flash API to communicate between different flash movies 2007/3/22, Mark Doberenz <[EMAIL PROTECTED]>: I've been thinking about using Apollo for an extension to an app I've been working on in Flex. The current issue with the Flex app is th