Hi.

I have a problem with Firefox 3.5.3 (or Chrome 3.0.195.25) with qooxdoo
0.8.3. My app fails after generate.py build. Running as source works fine. 


The error is the same in both browsers.

Error: this[setter[prop]] is not a function

...
qx.Class.define("qx.core.Object",{extend:Object,include:[qx.data.MBinding],construct:function(){qx.core.ObjectRegistry.register(this);
...
if(qx.lang.Type.isString(data)){if(!this[setter[data]]){if(this["set"+qx.lang.String.firstUp(data)]!=undefined){this["set"+qx.lang.String.firstUp(data)](value);
return;
}{};
}return this[setter[data]](value);
}else{for(var prop in
data){if(!this[setter[prop]]){if(this["set"+qx.lang.String.firstUp(prop)]!=undefined){this["set"+qx.lang.String.firstUp(prop)](data[prop]);
continue;
}{};
}this[setter[prop]](data[prop]);
}return this;
}},get:function(prop){var getter=qx.core.Property.$$method.get;
...


Backtrace:

CreateWindowAR:function(){var win=new
qx.ui.window.Window("TestWindow","myApp/test.png");
win.setLayout(new qx.ui.layout.Grid(10,10).set({row:1,column:2}));


Backtrace:

button.addListener("execute",function(e){var winAR=this.CreateWindowAR();


Could Someone help me about this problem?


Thanks.

-- 
View this message in context: 
http://n2.nabble.com/Running-as-build-doesn-t-work-tp3819010p3819010.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to