Re: [flexcoders] Re: Calling static function on Class instance

2008-05-15 Thread Giles Roadnight
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Giles Roadnight *Sent:* Wednesday, May 14, 2008 1:03 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Calling static function on Class instance Many thanks for the replies, describeType works great. I can't get

RE: [flexcoders] Re: Calling static function on Class instance

2008-05-15 Thread Alex Harui
12:29 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Calling static function on Class instance Going back to my project the [functionName] does not work still. the class reference points to a class that extends a base class. The static function is in the base class. Is that why

Re: [flexcoders] Re: Calling static function on Class instance

2008-05-14 Thread Giles Roadnight
be c.Roadnight or c[RoadNight] -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Giles Roadnight *Sent:* Tuesday, May 13, 2008 8:44 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: Calling static function on Class instance

RE: [flexcoders] Re: Calling static function on Class instance

2008-05-14 Thread Gordon Smith
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Wednesday, May 14, 2008 1:03 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Calling static function on Class instance Many thanks for the replies, describeType works great. I can't get c.Roadnight to work

RE: [flexcoders] Re: Calling static function on Class instance

2008-05-13 Thread Alex Harui
[mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Tuesday, May 13, 2008 8:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Calling static function on Class instance Along the same lines - how do I get the class name from a Class object. If I do toString() I get [class

RE: [flexcoders] Re: Calling static function on Class instance

2008-05-13 Thread Gordon Smith
Of Giles Roadnight Sent: Tuesday, May 13, 2008 8:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Calling static function on Class instance Along the same lines - how do I get the class name from a Class object. If I do toString() I get [class HeaderImage1]. Do I just have to extract