I don't use states much, but don't you use <mx:SetEventHandler> to
listen to events from components in states?
 
- Gordon
 
________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of grimmwerks
Sent: Wednesday, September 12, 2007 4:49 PM
To: [email protected]
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 is inited -- and the component is added to
the stage -- to create a listener of the components TitleWindow?

Howzat?

On Sep 12, 2007, at 6:25 PM, Michael Schmalle wrote:


        > 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]
<mailto:[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 'reg'. A
button sets the 
                main app's state to 'login'.
                
                How then can I get that the TitleWindow - held by the
component - is 
                being closed?
                
                I've tried to do a setEventHandler but it doesn't work.
                
                So on the titleWindow's close, do I dispatch an event,
and have the 
                main application listen for it?
                
                But how do I set it, if, at the creationComplete if the
component 
                'login' doesn't exist until the state 'reg' is called?
                

                




        -- 
        Teoti Graphix
        http://www.teotigraphix.com <http://www.teotigraphix.com> 
        
        Blog - Flex2Components
        http://www.flex2components.com  <http://www.flex2components.com>

        
        You can find more by solving the problem then by 'asking the
question'. 


 

Reply via email to