[flexcoders] Problem importing classes with D.eval

2009-05-22 Thread Alexandre Demeure
Hi, I write you again because I haven't manage to use D.importClass(Label); However, by using personnal classes, I was able to indirectly create labels, here is the code: I have try to create a personal class which inerit of Label class or which have a Label property. The two working examples

[flexcoders] Problem importing classes with the D.eval API...

2009-05-15 Thread Alexandre Demeure
Hello, I use the D.eval API (http://www.riaone.com/products/deval/index.html) and try to import classes using D.importClass(). The problem is that when I try to use an imported class into a D.eval call, I get a runtime error (the compilation is OK) : Error: msg.rt.no.class Here is a minimal