Re: [flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread Michael Schmalle
How then can I get that the TitleWindow - held by the component - is being closed? Can you restate that sentence ? Mike On 9/12/07, grimmwerks [EMAIL PROTECTED] wrote: Ok, here's the setup: MAIN APP State=reg Component=login TitleWindow At the main app's start, the state is NOT

[flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread grimmwerks
Ok, here's the setup: MAIN APP State=reg Component=login TitleWindow At the main app's start, the state is NOT 'reg'. A button sets the main app's state to 'login'. How then can I get that the TitleWindow - held by the component - is

Re: [flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread grimmwerks
Lessee... How can the main application get the 'close' event of a TitleWindow inside a component when the component is added in a state via addChild? What can I do when that state is inited -- and the component is added to the stage -- to create a listener of the components TitleWindow?

RE: [flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread Gordon Smith
@yahoogroups.com Subject: Re: [flexcoders] here's a fun one: addEventListener to componet's titleWindow Lessee... How can the main application get the 'close' event of a TitleWindow inside a component when the component is added in a state via addChild? What can I do when that state