You can use the 'show' event - it is dispatched every time the component
becomes visible. It should work for you although I haven't tested it.

Sefi

On Thu, Nov 6, 2008 at 11:53 PM, wkolcz <[EMAIL PROTECTED]> wrote:

>   Thanks, already figured it out.
>
> ------------------------------
> *From*: "Tracy Spratt" <[EMAIL PROTECTED]>
> *Sent*: Thursday, November 06, 2008 1:49 PM
> *To*: flexcoders@yahoogroups.com
> *Subject*: RE: [flexcoders] Reloading creation complete or another way...
>
>
> Implement the public "ID" property using a setter function.
>
>
>
> Kick off your initialization from that setter.
>
>
>
> Tracy
>
>
> ------------------------------
>
> *From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *wkolcz
> *Sent:* Thursday, November 06, 2008 3:32 PM
> *To:[EMAIL PROTECTED]
> *Subject:* [flexcoders] Reloading creation complete or another way...
>
>
>
> I have a number of pop up windows that take passed ID's to grab information
> and display it. I am doing it through and initApp() in the creationComplete.
> However I notices that if you spawn another one, the initApp doesn't load
> since the component is already loaded into the system.
>
> Is there another place to put a initApp function that will reload the info
> each time the component TitleWindow is loaded or a event that dies when the
> window closes using PopUpManager.removePopUp(this)
>
>
>  
>

Reply via email to