RE: [flexcoders] Removing children when they have no id

2007-09-18 Thread Gordon Smith
Make someLabel an instance var of your component or application rather than a local var inside a method. An MXML tag declared with an id causes simply such an instance var to be autogenerated by the MXML compiler. - Gordon From: flexcoders@yahoogroups.com

RE: [flexcoders] Removing children when they have no id

2007-09-18 Thread Alex Harui
I'd keep an array of labels. But you can search as well by testing if getChildAt(i) is Label From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Tuesday, September 18, 2007 10:21 AM To: flexcoders@yahoogroups.com Subject: