Re: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Christophe Herreman
Hi Dale, did you reference the class somewhere in your code? It needs to be compiled into the swf in order to instantiate it dynamically. My personal preference is to do this with a static code block: { MyClass1, MyClass2 } regards, Christophe -- Christophe Herreman

RE: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Dale Fraser
Of Christophe Herreman Sent: Friday, 18 April 2008 5:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Dynamic Instance Problem Hi Dale, did you reference the class somewhere in your code? It needs to be compiled into the swf in order to instantiate it dynamically. My personal

Re: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Stephen Downs
] Dynamic Instance Problem Hi Dale, did you reference the class somewhere in your code? It needs to be compiled into the swf in order to instantiate it dynamically. My personal preference is to do this with a static code block: { MyClass1, MyClass2 } regards, Christophe -- Christophe

RE: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Dale Fraser
@yahoogroups.com Subject: Re: [flexcoders] Dynamic Instance Problem You just need to declare it somewhere, its still dynamic, i.e. it may be created it may not. You don't have to actually use the declared var, your just making sure thats its available for creation. private var

Re: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Christophe Herreman
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Stephen Downs *Sent:* Friday, 18 April 2008 5:48 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Dynamic Instance Problem You just need to declare it somewhere, its still dynamic, i.e. it may be created it may not. You don't have

RE: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Dynamic Instance Problem Doesn't work for my needs. I need to create object instances based on XML data. The component creating the instances isn't aware of what objects might get created. So I would need to declare every type of object just

RE: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Rick Winscot
errors. Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, April 18, 2008 3:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Dynamic Instance Problem Thanks, That kind of makes it non dynamic if I need

RE: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Rick Winscot
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Downs Sent: Friday, April 18, 2008 3:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Dynamic Instance Problem You just need to declare it somewhere, its still dynamic, i.e. it may be created it may not. You don't