Hi Fritz, does this problem only occur in the build version? The error message looks like something I've seen in IE, is that what you're using? How about other browsers?
Do you know what qx.dom.Node.getWindow(q) returns? Is it the application's own window object or a different one? If it's the latter, it might be the browser restricting cross-window JavaScript object access. Regards, Daniel Fritz Zaucker schrieb: > Hi, > > does anybody have an idea what could cause the following error message > >> Meldung: Erlaubnis verweigert. >> Zeile: 1590 >> Zeichen: 2 >> Code: 0 >> URI: http://model.agrammon.ch/regional/script/AgrammonRegional.js > > The first line is "Message: permission denied". > > This is the context of the script: > > if(k.delay){return window.setTimeout(c,k.delay); > } > if(k.periodical){return window.setInterval(c,k.periodical); > }}else if(k.attempt){var e=false; > > try{e=j.apply(k.self||this,d); > }catch(f){}return e; > }else{return j.apply(k.self||this,d); > }}; > },bind:function(B,self,C){return > this.create(B,{self:self,args:arguments.length > },curry:function(v,w){return > this.create(v,{args:arguments.length>1?qx.lang.Arr > },listener:function(r,self,s){if(arguments.length<3){return > function(event){ret > }; > }else{var t=qx.lang.Array.fromArguments(arguments,2); > return function(event){var u=[event||window.event]; > u.push.apply(u,t); > r.apply(self||this,u); > }; > }},attempt:function(a,self,b){return > this.create(a,{self:self,attempt:true,args > },delay:function(D,E,self,F){return > this.create(D,{delay:E,self:self,args:argum > },periodical:function(g,h,self,i){return > this.create(g,{periodical:h,self:self, > }}}); > })(); > (function(){var n="qx.event.Registration"; > qx.Class.define(n,{statics:{__bw:{},getManager:function(q){if(q==null){{}; > q=window; > }else if(q.nodeType){q=qx.dom.Node.getWindow(q); > }else if(!qx.dom.Node.isWindow(q)){q=window; > }var s=q.$$hash||qx.core.ObjectRegistry.toHashCode(q); > var r=this.__bw[s]; > > The second last line is line 1590 in question. > > Best regards, > Fritz > ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
