RE: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Raj U. Shaikh
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

RE: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Raj U. Shaikh
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

Re: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Alex Harui
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

RE: loaderInfo.uncaughtErrorEvents

2014-01-07 Thread Raj U. Shaikh
@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

Re: loaderInfo.uncaughtErrorEvents

2014-01-06 Thread Alex Harui
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

loaderInfo.uncaughtErrorEvents

2014-01-06 Thread Raj U. Shaikh
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