RE: [flexcoders] describeType() question

2008-04-24 Thread Alex Harui
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 r

RE: [flexcoders] describeType() question

2008-04-24 Thread Tracy Spratt
: 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 describ

[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 so