[flexcoders] Re: Calling static function on Class instance

2008-05-13 Thread Giles Roadnight
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 the string from that? Thanks again Giles On Tue, May 13, 2008 at 4:21 PM, Giles Roadnight <[EMAIL PROTECTED]> wrote: > Hi All > > I have a class (Base

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

2008-05-13 Thread Alex Harui
groups.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 Along the same lines - how do I get the class name from a Class object. If I do toString() I

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

2008-05-13 Thread Gordon Smith
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 the

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

2008-05-14 Thread Giles Roadnight
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

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

2008-05-14 Thread Gordon Smith
DK Team From: flexcoders@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,

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

2008-05-15 Thread Giles Roadnight
quot;]; >> >> f(); >> >> } >> >> >> >> public static function Roadnight():void >> >> { >> >> trace("Roadnight"); >> >> } >> >> } >> >> >> >&

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. I