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

-- 
Oetiker+Partner AG              tel: +41 62 775 9903 (direct)
Fritz Zaucker                        +41 62 775 9900 (switch board)
Aarweg 15                            +41 79 675 0630 (mobile)
CH-4600 Olten                   fax: +41 62 775 9905
Schweiz                         web: www.oetiker.ch

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

Reply via email to