Re: [flexcoders] Dynamic Object Instantiation

2005-09-16 Thread Manish Jethani
On 9/16/05, Shahnavaz Alware [EMAIL PROTECTED] wrote: I do the similar stuff using getChildAt(i) instead of childDescriptors[i] and that works fine if I want to read the properties I set during createChild. Eg parentID.getChildAt(i).id childDescriptors is only for children created in MXML.

[flexcoders] Dynamic Object Instantiation

2005-09-15 Thread chip1062
Hello All, I am dynamically instantiating a new VBox in a tab container (tbFlyingHours). No problem with that. It exists and can be interacted with. The problem comes when I read the children of the tab container. If I use tbFlyingHours.childDescriptors.length the new VBox doesn't show up, but

RE: [flexcoders] Dynamic Object Instantiation

2005-09-15 Thread Shahnavaz Alware
] On Behalf Of chip1062 Sent: Thursday, September 15, 2005 11:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dynamic Object Instantiation Hello All, I am dynamically instantiating a new VBox in a tab container (tbFlyingHours). No problem with that. It exists and can be interacted