After converting my .6.6 project to .7.1, I have a line of code that no
longer works (translated: causes a JavaScript error). here is the code
snippet and the resulting error:

this.From = new qx.ui.form.TextField;
this.To = this.From.clone(); // causes a JavaScript error:
"this.From.cloneis not a function"

I looked through the logs of SVN but didn't see anything pertaining to
removing clone from some widgets. But when I look at the API viewer, I do
not see Clone as a method of qx.ui.form.TextField. In the source code I see
the Object has a Copy method but I don't see that as an inherited method of
qx.ui.form.TextField.

So what is a guy to do when I need a clone/copy of a qx.ui.form.TextField?

Thanks,
Jim
www.D4PHP.org
www.D4PHP-Hosting.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to