Hi Alex,

Thanks for the posting! I've just had a look at the bugreport and I don't
think there's a link in between the two problems as I'm not using private
variables. The error message also doesn't refer to an unknown variable but
reports that the given Object name "my.object.Class" is unknown - that's why
I still believe it's a dependency problem.

In fact my code pretty much looks just like what i quoted above

<pre>
var a = "my.object.Class";
var b = eval("new " + a);
var win = b.getWindow());</pre>


Alexander Steitz wrote:
> 
> Do you store your class strings in private members? If so, you can turn
> off the 
> optimization of the generator to check if the variables are obfuscated.
> Maybe 
> this is related to 
> 
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=3193
> 

-- 
View this message in context: 
http://n2.nabble.com/dynamic-objects-using-eval-build-problem-tp4453339p4453689.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to