Hello,
Since I have updated qooxdoo to version 0.7beta2, I have the following error
when execute my app in build version.

Any idea ?
cheers.
frederic


Error occurs at line 20 of the compiled script only :
this[$c[$d]] is not a function

-------- Firebug details ----------

construct(Object modal=true showMaximize=false showMinimize=false)qx.php
(line 20)
construct(null, "http://127.0.0.1/mysite/image/";,
"http://127.0.0.1/mysite/files/upload.php";, [Object FICHIER=logo.gif
TAILLE=3726])qx.php (line 229)
define()qx.php (line 12)
(no name)(qx.event.type.DataEvent _hashCode=116 _valueType=completed)m.php
(line 141)
returnTrue()qx.php (line 10)
addEventListener(qx.event.type.DataEvent _hashCode=116
_valueType=completed)qx.php (line 21)
addEventListener(qx.event.type.DataEvent _hashCode=116 _valueType=completed,
true)qx.php (line 21)
addEventListener("completed", Object result=Object id=1)qx.php (line 21)
construct("completed", qx.io.remote.Rpc _hashCode=68 __dbKey=55
$$initialized=true)qx.php (line 231)
construct(qx.io.remote.Response _hashCode=115 _valueType=completed)qx.php
(line 231)
addEventListener(qx.io.remote.Response _hashCode=115
_valueType=completed)qx.php (line 21)
addEventListener(qx.io.remote.Response _hashCode=115 _valueType=completed,
undefined)qx.php (line 21)
construct(qx.io.remote.Response _hashCode=115 _valueType=completed)qx.php
(line 233)
addEventListener(qx.io.remote.Response _hashCode=115
_valueType=completed)qx.php (line 21)
addEventListener(qx.io.remote.Response _hashCode=115 _valueType=completed,
undefined)qx.php (line 21)
construct("completed", "receiving")qx.php (line 181)
refresh("completed")qx.php (line 19)
construct(qx.event.type.Event _hashCode=114 _valueType=completed)qx.php
(line 181)
addEventListener(qx.event.type.Event _hashCode=114
_valueType=completed)qx.php (line 21)
addEventListener(qx.event.type.Event _hashCode=114 _valueType=completed,
true)qx.php (line 21)
addEventListener("completed")qx.php (line 21)
construct("completed", "receiving")qx.php (line 183)
refresh("completed")qx.php (line 19)
construct(4)qx.php (line 190)
construct(1, Object result=Object id=1)


---------- line 20 (qx.php file)-------------

qx.Class.define($[907],{extend:Object,include:[qx.locale.MTranslation,qx.log.MLogging,qx.core.MUserData],construct:function(){this._hashCode=qx.core.Object.__availableHashCode++;if(this._autoDispose){this.__dbKey=qx.core.Object.__db.length;qx.core.Object.__db.push(this);}},statics:{__availableHashCode:0,__db:[],__disposeAll:false,$$type:$[110],toHashCode:function($0){if($0._hashCode!=null){return
$0._hashCode;}return
$0._hashCode=qx.core.Object.__availableHashCode++;},getDb:function(){return
this.__db;},dispose:function(){if(this.__disposed){return;}this.__disposed=true;var
$1;var $2;for(var
$3=qx.core.Object.__db.length-1;$3>=0;$3--){$2=qx.core.Object.__db[$3];if($2&&$2.__disposed===false){try{$2.dispose();}catch(ex){console.warn("Could
not dispose: "+$2+": "+ex);}}}var
$4,$3,$5,$6,$7,$8;},inGlobalDispose:function(){return
qx.core.Object.__disposed;}},members:{_autoDispose:true,toHashCode:function(){return
this._hashCode;},toString:function(){if(this.classname){return
$[1807]+this.classname+$[153];}return
$[2941];},base:function($9,$a){if(arguments.length===1){return
$9.callee.base.call(this);}else{return
$9.callee.base.apply(this,Array.prototype.slice.call(arguments,1));}},self:function($9){return
$9.callee.self;},set:function($b){var
$c=qx.core.Property.$$method.set;for(var $d in
$b){{};this[$c[$d]]($b[$d]);}return
this;},__disposed:false,getDisposed:function(){return
this.__disposed;},isDisposed:function(){return
this.__disposed;},dispose:function(){if(this.__disposed){return;}this.__disposed=true;{};var
$e=this.constructor;var
$f;while($e.superclass){if($e.$$destructor){$e.$$destructor.call(this);}if($e.$$includes){$f=$e.$$flatIncludes;for(var
$3=0,$5=$f.length;$3<$5;$3++){if($f[$3].$$destructor){$f[$3].$$destructor.call(this);}}}$e=$e.superclass;}var
$g;},_disposeFields:function($h){var $8;for(var
$3=0,$5=arguments.length;$3<$5;$3++){var
$8=arguments[$3];if(this[$8]==null){continue;}if(!this.hasOwnProperty($8)){{};continue;}this[$8]=null;}},_disposeObjects:function($h){var
$8;for(var $3=0,$5=arguments.length;$3<$5;$3++){var
$8=arguments[$3];if(this[$8]==null){continue;}if(!this.hasOwnProperty($8)){{};continue;}this[$8].dispose();this[$8]=null;}},_disposeObjectDeep:function($8,$i){var
$8;if(this[$8]==null){return;}if(!this.hasOwnProperty($8)){{};return;}{};this.__disposeObjectsDeepRecurser(this[$8],$i||0);this[$8]=null;},__disposeObjectsDeepRecurser:function($j,$i){if($j
instanceof qx.core.Object){{};$j.dispose();}else if($j instanceof
Array){for(var $3=0,$5=$j.length;$3<$5;$3++){var
$k=$j[$3];if($k==null){continue;}if(typeof
$k==$[18]){if($i>0){{};this.__disposeObjectsDeepRecurser($k,$i-1);}{};$j[$3]=null;}else
if(typeof $k==$[49]){{};$j[$3]=null;}}}else if($j instanceof Object){for(var
$7 in $j){if($j[$7]==null||!$j.hasOwnProperty($7)){continue;}var
$k=$j[$7];if(typeof
$k==$[18]){if($i>0){{};this.__disposeObjectsDeepRecurser($k,$i-1);}{};$j[$7]=null;}else
if(typeof
$k==$[49]){{};$j[$7]=null;}}}}},settings:{"qx.disposerDebugLevel":0},destruct:function(){var
$e=this.constructor;var $l;var $m=qx.core.Property.$$store;var
$n=$m.user;var $o=$m.theme;var $p=$m.inherit;var $q=$m.useinit;var
$r=$m.init;while($e){$l=$e.$$properties;if($l){for(var $8 in
$l){if($l[$8].dispose){this[$n[$8]]=this[$o[$8]]=this[$p[$8]]=this[$q[$8]]=this[$r[$8]]=undefined;}}}$e=$e.superclass;}if(this.__dbKey!=null){if(qx.core.Object.__disposeAll){qx.core.Object.__db[this.__dbKey]=null;}else{delete
qx.core.Object.__db[this.__dbKey];}}}});
-- 
View this message in context: 
http://www.nabble.com/Error-in-build-version-only-in-my-app-with-qooxdoo-0.7-beta-2-tf3823744.html#a10824970
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to