RE: [flexcoders] static function and getDefinitionByName

2009-03-09 Thread Gordon Smith
s.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sefi Ninio Sent: Tuesday, March 03, 2009 12:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] static function and getDefinitionByName Hmmm... I know I should have though about that... Thanks On Tue, Mar 3, 2009 at 8:50 PM, Alex

Re: [flexcoders] static function and getDefinitionByName

2009-03-03 Thread Sefi Ninio
t;http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Sefi Ninio > *Sent:* Monday, March 02, 2009 5:10 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re:

RE: [flexcoders] static function and getDefinitionByName

2009-03-03 Thread Alex Harui
o Sent: Monday, March 02, 2009 10:12 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] static function and getDefinitionByName It has a few private static members, and a few public static getter functions that manipulate the private members (no arguments on any of the functions). Nothing

Re: [flexcoders] static function and getDefinitionByName

2009-03-02 Thread Sefi Ninio
Of *Sefi Ninio > *Sent:* Monday, March 02, 2009 5:10 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] static function and getDefinitionByName > > > > Hi Alex. > > I actually tried that, it doesn't work... > > On Mon, Mar 2, 2009 at 8:13 AM, Alex Ha

RE: [flexcoders] static function and getDefinitionByName

2009-03-02 Thread Alex Harui
o Sent: Monday, March 02, 2009 5:10 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] static function and getDefinitionByName Hi Alex. I actually tried that, it doesn't work... On Mon, Mar 2, 2009 at 8:13 AM, Alex Harui mailto:aha...@adobe.com>> wrote: ClassRef[“staticFunctio

Re: [flexcoders] static function and getDefinitionByName

2009-03-02 Thread Sefi Ninio
.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Sefi Ninio > *Sent:* Sunday, March 01, 2009 2:07 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] static function and getDefinitionByName >

RE: [flexcoders] static function and getDefinitionByName

2009-03-01 Thread Alex Harui
coders@yahoogroups.com Subject: [flexcoders] static function and getDefinitionByName Hi. I am using getDefinitionByName from flash.utils to get a class definition / instance from a string: var ClassRef:Class = getDefinitionByName(className) as Class; That works great, I can create an instance if I want. P

[flexcoders] static function and getDefinitionByName

2009-03-01 Thread Sefi Ninio
Hi. I am using getDefinitionByName from flash.utils to get a class definition / instance from a string: var ClassRef:Class = getDefinitionByName(className) as Class; That works great, I can create an instance if I want. Problem is, I need to call a static function on that ClassRef class, and I'll