Problem was resolved. I hadn't added the
-js-dynamic-access-unknown-members=true compiler option
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/
Sorry for some reason the actual script got pulled out. Sigh. I just didn't
pay attention. Sorry
import org.apache.royale.events.Event;
import org.apache.royale.events.MouseEvent;
import org.apache.royale.jewel.Alert;
import org.apache.royale.net.HTTPConstants;
I have this code which should throw up 3 Alerts. The Debug one does so.
The Release version only puts up the first 2. IE Inspector show an error on
line 23 (3rd alert) of
/Unable to get property '1' of undefined or null reference/
FYI -- I'm using 0.9.7 with Moonshine 3.0.0 build 234.
http