Hi devs, the code related to the Error at build version: this[S[R]] is not a function http://censored/toppreis.js Line 1845
set:function(P,Q){var S=qx.core.Property.$$method.set; if(qx.lang.Type.isString(P)){if(!this[S[P]]){if(this[bp+qx.lang.String.firstUp(P)]!=undefined){this[bp+qx.lang.String.firstUp(P)](Q); return; }{}; }return this[S[P]](Q); }else{for(var R in P){if(!this[S[R]]){if(this[bp+qx.lang.String.firstUp(R)]!=undefined){this[bp+qx.lang.String.firstUp(R)](P[R]); continue; }{}; }this[S[R]](P[R]); }return this; }}, looks for me like framework code > Hi tron7, > > the debugger tells me, that "this[S[R]]" is not my code, it looks like the > set function für qx objects. I have no error since i change from > > qx.ui.layout.Grow(0).set({padding:0})); > > to > > qx.ui.layout.Grow()); > > > as i answert jim before, it looks for me like a not handled property > error. > > may bee i am wrong > > regards Sak > >> Why do you think these two are related? The source code you gave doesn't >> make any reference to "this", right?! >> >> T. >> >> >>> Hi devs, >>> >>> i know, i wrote some crapy code like this: >>> >>> var pageImg = new qx.ui.tabview.Page("Bilderverwaltung", >>> "icon/16/apps/utilities-terminal.png"); >>> pageImg.setLayout(imglayout = new >>> qx.ui.layout.Grow(0).set({padding:0})); >>> >>> But the strange thing is, that firebug dont show me any error or >>> warning >>> in source version but in the build version i get this error: >>> >>> this[S[R]] is not a function >>> error source line: [Break on this error] >>> }this[S[R]](P[R]);\ntoppreis.js >>> (Zeile 1845) >>> >>> So why the source dont show me any error? >>> >>> regards Sak >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> qooxdoo-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> qooxdoo-devel mailing list >> qooxdoo-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel