[EMAIL PROTECTED] schrieb: > Hi, > > after making a build version of my project I get the following error: > > '018672 ERROR: qx.io.remote.Request[657]: Could not dispatch event of type > "completed": TypeError - $k.addBranch is not a function' > > This happens after starting a AJAX Request to my local server. Using > Firebug i can see that the request was okay and i got the correct > response. It works fine with another request which is not updating a > virtual tree. In the source version i don“t have the problem at all. Does > anybody has an idea of how to solve this? > > Another strange thing is that i have to copy the original build version > folder to another place before i can access the index.html (I get a access > violation error message when trying to open the build file) > > Thanks in advance > > Gerd Striegler > Hello Gerd,
do you use any "eval" calls in the code which produces this error? If this is the case the local variable optimizer is the problem. Take a look at the following thread: http://www.nabble.com/Make-Build-help-tf3708059.html Best Fabian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
