In my Apps I catch errors using the following command: systemManager.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, uncaughtErrorHandler);
In the uncaughtErrorHandler function I use Error(event).message and event.text to get the errors but can“t get details about where the error occurs. How can I get this? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Catch-Errors-tp14559.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
