[flexcoders] Creation events and view stack children

2005-06-30 Thread Michael Herron
Hi all, a quick question about view stack instantiation: If I have a view stack, creation policy auto, with two children: mx:ViewStack creationPolicy=auto components:ChildOne / components:ChildTwo / /mx:ViewStack ChildOne.mxml: mx:HBox creationComplete=trace(child one

Re: [flexcoders] Creation events and view stack children

2005-06-30 Thread JesterXL
You want childrenCreated, not creationComplete. - Original Message - From: Michael Herron To: flexcoders@yahoogroups.com Sent: Thursday, June 30, 2005 6:43 AM Subject: [flexcoders] Creation events and view stack children Hi all, a quick question about view stack

RE: [flexcoders] Creation events and view stack children

2005-06-30 Thread Alistair McLeod
Of Michael Herron Sent: 30 June 2005 11:43 To: flexcoders@yahoogroups.com Subject: [flexcoders] Creation events and view stack children Hi all, a quick question about view stack instantiation: If I have a view stack, creation policy auto, with two children: mx:ViewStack creationPolicy

RE: [flexcoders] Creation events and view stack children

2005-06-30 Thread Alistair McLeod
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: 30 June 2005 12:43 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Creation events and view stack children You want childrenCreated, not creationComplete. - Original Message - From

Re: [flexcoders] Creation events and view stack children

2005-06-30 Thread JesterXL
if your compnent is hosted in a ViewStack, or not; portable. - Original Message - From: Michael Herron To: flexcoders@yahoogroups.com Sent: Thursday, June 30, 2005 7:55 AM Subject: RE: [flexcoders] Creation events and view stack children The problem is I may have up to 20 children

Re: [flexcoders] Creation events and view stack children

2005-06-30 Thread JesterXL
05 8:22 AM Subject: RE: [flexcoders] Creation events and view stack children Ah! think I see what you mean now Jester – use childrenCreated on the individual components – I though you were suggesting to use it on the view stack. I think that will do the trick. Still, is it just or me or d

Re: [flexcoders] Creation events and view stack children

2005-06-30 Thread JesterXL
ael Herron To: flexcoders@yahoogroups.com Sent: Thursday, June 30, 2005 8:22 AM Subject: RE: [flexcoders] Creation events and view stack children Ah! think I see what you mean now Jester – use childrenCreated on the individual components – I though you were suggesting to use it on the vie