RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Gordon Smith
[EMAIL PROTECTED] On Behalf Of Rob Dickey Sent: Tuesday, January 17, 2006 12:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Destroying/Re-creating Objects   I verified that the component I am creating does have the creationComplete event defined but it is not firing…should I

RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith Sent: Tuesday, January 17, 2006 10:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Destroying/Re-creating Objects   "The layout and some of the initialization has not been completed" Completed by when? The LayoutMa

RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
[mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Tuesday, January 17, 2006 10:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Destroying/Re-creating Objects "The layout and some of the initialization has not been completed" Completed by when? The LayoutMa

RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Gordon Smith
anuary 17, 2006 9:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Destroying/Re-creating Objects Sanity Check needed :) I have a scenario where I need to destroy and recreate all child objects of a view stack. I'm first using the viewStack.destroyAllChildren() (or viewStack.des

[flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
Sanity Check needed :) I have a scenario where I need to destroy and recreate all child objects of a view stack. I'm first using the viewStack.destroyAllChildren() (or viewStack.destroyChildAt(index)) which destroy the child objects as expected, but when I attempt to re-create using the viewStack