-
1. Re: Listen to UncaughtErrorEvents dispatched in Modules
Flex harUI Jan 11, 2011 10:59 AM (in response to hidarikani)I believe that has been reported as a player bug and will be fixed in 10.2
-
2. Re: Listen to UncaughtErrorEvents dispatched in Modules
hidarikani Jan 12, 2011 12:50 AM (in response to Flex harUI)You are right:
https://bugs.adobe.com/jira/browse/FP-4686My app makes extensive use of modules so I hope this will get fixed soon.
-
3. Re: Listen to UncaughtErrorEvents dispatched in Modules
BorekB Jan 12, 2011 1:01 AM (in response to hidarikani)It is not fixed in the Release Candidate version which is slightly worrying. Is there any workaround in case Adobe doesn't include a fix in FP 10.2? Global error handling is crucial for our app.
-
4. Re: Listen to UncaughtErrorEvents dispatched in Modules
Flex harUI Jan 12, 2011 12:27 PM (in response to BorekB)Looks like it got rescheduled out of 10.2. I have brought the issue to the
attention of our product management, but it might be too late.
The obvious workaround, of course, is to not have critical exceptions in
your code.
Code that is likely to throw exceptions could potentially be loaded
manually. It wouldn't be managed by the ModuleManager, but you could get
some of what you want that way.



