RE: [flexcoders] describeType() question

2008-04-24 Thread Alex Harui
That's correct, describeType is only for non-dynamic properties.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Thursday, April 24, 2008 2:56 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] describeType() question

 

Perhaps describeType is only for implemented properties?  You can use
for..in loops on dynamically added properties.

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Cancil
Sent: Thursday, April 24, 2008 4:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] describeType() question

 

I want to use describeType to lookup properties added at runtime - But
it doesnt seem to see them even tho though propertyIsEnumerable returns
true and I can see them defined in the debugger  I've never really
used describeType to look up dynamically added properties like this...am
I missing something?

Thanks,
Eric

 



RE: [flexcoders] describeType() question

2008-04-24 Thread Tracy Spratt
Perhaps describeType is only for implemented properties?  You can use
for..in loops on dynamically added properties.

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Eric Cancil
Sent: Thursday, April 24, 2008 4:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] describeType() question

 

I want to use describeType to lookup properties added at runtime - But
it doesnt seem to see them even tho though propertyIsEnumerable returns
true and I can see them defined in the debugger  I've never really
used describeType to look up dynamically added properties like this...am
I missing something?

Thanks,
Eric

 



[flexcoders] describeType() question

2008-04-24 Thread Eric Cancil
I want to use describeType to lookup properties added at runtime - But it
doesnt seem to see them even tho though propertyIsEnumerable returns true
and I can see them defined in the debugger  I've never really used
describeType to look up dynamically added properties like this...am I
missing something?

Thanks,
Eric