|
Hi Michel, Are you referencing
this class elsewhere? If not, you need to in order for flex to compile it. A simple reference
like: com.datasul.framework.custom.view.LoanForm; Might do the trick. Not
sure about the rest of the code. You might want to try using eval() to get a
reference to the class. Jim From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Michel Bertrand Hi
all ! I'm
trying to get a component instance using the following:
var
workspace:Workspace = Workspace.getInstance();
var name:String =
"com.datasul.framework.custom.view.LoanForm"; Where:
I
suppose that retriving an Object using ClassUtil I would get an object
instance. But it Did
anybody has an idea to create my object dynamically and add it to a container ?
Regards,
|
Title: Help to create an object instance dynamically

