I wrote a web app that uses Scriptaculous for drag and drap lists. I converted the app to AIR using aptana. But when I drag and drop, I get this error:
Error: Adobe AIR runtime security violation for JavaScript code in the application security sandbox (eval)
at app:/lib/scriptaculous/effects.js : 254
at app:/lib/scriptaculous/effects.js : 360
When I look at these lines, they do indeed use the eval() function. A little snooping reveals this page:
http://livedocs.adobe.com/air/1/devapps ... ity_3.html
which lets me know AIR puts restrictions on eval(). So what does that mean? Does it mean I can't fully use Scriptaculous in an AIR app? Or are there ways around these restrictions?
Appreciate your help.
