Hi List,
when I build source (./generate.py source) all went ok,
but when I build "./generate.py build"
I get the following error in Firefox 3.0:

this[p[w]] is not a function

js part:
set:function(v,
t){var p=qx.core.Property.$$method.set;
if(typeof v===f){{};
return this[p[v]](t);
}else{for(var w in v){{};
this[p[w]](v[w]);
}return this;
}},

and in Opera 9.60 it shows:
Event thread: load
Error:
name: TypeError
message: Statement on line 2648: Type mismatch (usually non-object value 
supplied where object required)
Backtrace:
   Line 2648 of linked script 
file://server/c/Software/WebFrameworks/qooxdoo/qooxdoo-0.8.1-sdk/application/test1/build/script/test1-0.js
     this[p[w]](v[w]);


Where I'm wrong ?
Torsten Karusseit

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to