Re: [flexcoders] Is removing a child from DisplayList better the visible=includeInLayout=false?

2010-02-24 Thread claudiu ursica
Removing is expensive it is better to hide, or to try reparenting.
C






From: tntomek 
To: flexcoders@yahoogroups.com
Sent: Wed, February 24, 2010 6:14:39 AM
Subject: [flexcoders] Is removing a child from DisplayList better the 
visible=includeInLayout=false?

   
Assuming you want to use that UIComponenet again in future and not destro it, 
does the lifecycle of a UiComponent still kick in when includeInLayout is 
false? is it much more efficient to remove it from displ


 


  

[flexcoders] Is removing a child from DisplayList better the visible=includeInLayout=false?

2010-02-23 Thread tntomek
Assuming you want to use that UIComponenet again in future and not destro it, 
does the lifecycle of a UiComponent still kick in when includeInLayout is 
false? is it much more efficient to remove it from displ