[flexcoders] Introspection and ASSetPropFlags ()

2005-12-14 Thread Mink, Joseph
Hi all, I'm trying to introspect an object in Flex 1.5, and I'm trying to use ASSetPropFlags to do it...but I'm getting an error saying that the method doesn't exist: Error /ROTest.as:7 There is no method with the name 'ASSetPropFlags'. Should that method work in Flex? Has any one

RE: [flexcoders] Introspection and ASSetPropFlags ()

2005-12-14 Thread Mink, Joseph
, December 13, 2005 8:58 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Introspection and ASSetPropFlags () The trick is to use _global.ASSetPropsFlags() - should work. Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mink, JosephSent

[flexcoders] Introspection and ASSetPropFlags ()

2005-12-13 Thread Mink, Joseph
My apologies if this is a repeat...my last post didn't go through: Hi all, I'm trying to introspect an object in Flex 1.5, and I'm trying to use ASSetPropFlags to do it...but I'm getting an error saying that the method doesn't exist: Error /ROTest.as:7 There is no method with the

RE: [flexcoders] Introspection and ASSetPropFlags ()

2005-12-13 Thread Dirk Eismann
The trick is to use _global.ASSetPropsFlags() - should work. Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mink, JosephSent: Tuesday, December 13, 2005 1:59 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Introspection