Got answer. It is there in 11.5 onwards
-Original Message-
From: Raj U. Shaikh
Sent: Tuesday, January 07, 2014 2:13 PM
To: users@flex.apache.org
Subject: RE: loaderInfo.uncaughtErrorEvents
You meant fp 11.9 onwards?
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com
You meant fp 11.9 onwards?
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, January 07, 2014 1:54 PM
To: users@flex.apache.org
Subject: Re: loaderInfo.uncaughtErrorEvents
The latest players will have a stack trace. You might need to set your
swf-version to a
If not what will be standard practice to log
>errorr?
>
>-Original Message-
>From: Alex Harui [mailto:aha...@adobe.com]
>Sent: Tuesday, January 07, 2014 1:15 PM
>To: users@flex.apache.org
>Subject: Re: loaderInfo.uncaughtErrorEvents
>
>Isn't the parameter an
@flex.apache.org
Subject: Re: loaderInfo.uncaughtErrorEvents
Isn't the parameter an UncaughtErrorEvent? It has an error object in the
event.
On 1/6/14 11:26 PM, "Raj U. Shaikh" wrote:
>By listening to "UncaughtErrorEvent.UNCAUGHT_ERROR" error event, I am
>able to execu
Isn't the parameter an UncaughtErrorEvent? It has an error object in the
event.
On 1/6/14 11:26 PM, "Raj U. Shaikh" wrote:
>By listening to "UncaughtErrorEvent.UNCAUGHT_ERROR" error event, I am
>able to execute a listener function whenever code throws an error from
>modules.
>But, parameter to
By listening to "UncaughtErrorEvent.UNCAUGHT_ERROR" error event, I am able to
execute a listener function whenever code throws an error from modules.
But, parameter to listener function is ErrorEvent object and not Error object
itself, I am not able to get a stacktrace.
What should I need to do i