Well i guess you can remove it and add a new one which will have the creation 
complete fire or you can do something like this to reload the entire app
private function reloadpage(event:MouseEvent):void
{
var ref:URLRequest = new URLRequest("javascript:location.reload(true)");
navigateToURL(ref, "_self");
}
------
Sherif Abdou
http://VadexFX.com
http://Sherifabdou.com
  ----- Original Message ----- 
  From: umeremail 
  To: [email protected] 
  Sent: Tuesday, September 02, 2008 3:51 AM
  Subject: [flexcoders] Reload a component


  hey
  if i have load a component and if we come back on same screen, it
  duzent load compoent neither ( creation complete) event fire
  is there ne event which can tell me a component is loaded again 
  or can i reload component? programitacally.



   

Reply via email to