[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread hoytlee2000
] To: flexcoders@yahoogroups.com Sent: Tuesday, April 22, 2008 6:38:47 AM Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Unfortunately it didn't work, I get an error saying I am trying to implicitly coerce a type not defined in Display Object. be well, hoyt

[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread hoytlee2000
PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, April 23, 2008 3:04:29 PM Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Hello Lee, Yes I did, if you mean by using the statement import mx.containers.*; I think the problem

[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread Amy
--- In flexcoders@yahoogroups.com, hoytlee2000 [EMAIL PROTECTED] wrote: Hello Lee, Thanks! that typecasting line worked perfectly! It's interesting I tried to import just the HBox specifically and I still got the error message in the IDE as: Implicit coercion of a value with

RE: [flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread Gordon Smith
@yahoogroups.com Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Hello Lee, Thanks! that typecasting line worked perfectly! It's interesting I tried to import just the HBox specifically and I still got the error message in the IDE as: Implicit coercion of a value

RE: [flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread Rick Winscot
@yahoogroups.com Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Hello Lee, Thanks! that typecasting line worked perfectly! It's interesting I tried to import just the HBox specifically and I still got the error message in the IDE as: Implicit coercion of a value

RE: [flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread Gordon Smith
Subject: RE: [flexcoders] Re: how do I loop thru dynamically created UI components? When you cast like this var foo:Foo = Foo(whatever); the syntax looks like a constructor-without-the-'new', but it actually has nothing to do with a constructor. The name of a class can be used

[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-23 Thread hoytlee2000
: [flexcoders] Re: how do I loop thru dynamically created UI components? When you cast like this var foo:Foo = Foo(whatever); the syntax looks like a constructor-without-the-'new', but it actually has nothing to do with a constructor. The name of a class can be used

Re: [flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-22 Thread Lee
did you import them? - Original Message From: hoytlee2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 22, 2008 6:38:47 AM Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Unfortunately it didn't work, I get an error saying I am

RE: [flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-22 Thread Rick Winscot
] On Behalf Of hoytlee2000 Sent: Monday, April 21, 2008 6:39 PM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: how do I loop thru dynamically created UI components? Unfortunately it didn't work, I get an error saying I am trying to implicitly

[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-21 Thread hoytlee2000
Unfortunately it didn't work, I get an error saying I am trying to implicitly coerce a type not defined in Display Object. be well, hoyt --- In flexcoders@yahoogroups.com, Lee [EMAIL PROTECTED] wrote: Hi, I replied below =) -- Lee - Original Message From: hoytlee2000 [EMAIL

[flexcoders] Re: how do I loop thru dynamically created UI components?

2008-04-21 Thread hoytlee2000
( var target:TextInput in _collectionHelper ) Trace(foo: + target.text); Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hoytlee2000 Sent: Monday, April 21, 2008 6:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how do I loop thru