Threaded View
-
18 Feb 2011 4:56 AM #1
Error: Adobe AIR runtime security violation with Ext.tree.TreePanel
Error: Adobe AIR runtime security violation with Ext.tree.TreePanel
Hi
I am encountering an issue with treepanel on air
My code is working as expected in a web browser, however in air this doesn't work
I have this error :
[app:/application.html#]Error: Adobe AIR runtime security violation for JavaScript code in the application security sandbox (eval)
When looking at the line specified (4233), I found this :
Is it normal ? If yes is there a way to correct that ?Code:doDecode = function(json){ return eval("(" + json + ")"); },
I thought extjs was free of eval() but I've found some in ext-all-debug (using version 3.3.1)
Thanks
Similar Threads
-
Error when render PivotGrid : Adobe AIR runtime security violation for JavaScript cod
By p.pumanee in forum Ext.air for Adobe AIRReplies: 1Last Post: 23 Dec 2010, 10:54 AM -
Air DateField (AIR runtime security violation for JavaScript code in sandbox)
By courtneyt in forum Ext.air for Adobe AIRReplies: 7Last Post: 30 Dec 2009, 6:19 PM -
AIR runtime security violation with sandbox issu!! plz help me.
By Erica in forum Ext.air for Adobe AIRReplies: 8Last Post: 20 Feb 2009, 3:23 PM


Reply With Quote