Global Exception Handling in Flex
Maybe someone also ran in the situation that your Flex Application is so big that you can’t be 100% sure that there is no uncatched Runtime Error.
This can get quickly ugly and your app will be reacting totally unpredictable. In the current state of the Flash Player there is no global exeption handling.
There is also a good post about that by Doug Mccune.
Using a try catch block everywhere in Flex it is not so easy because a lot of code is executed async by the callLaterDispatcher.
But after looking around a little I found a Variable in UIComponentGlobals.as called catchCallLaterExceptions. (Weiterlesen …)
Received the German Multimedia Award in Bronze
Wow, together with foresee and People Interactive I made a sophisticated Multitouch Application for the German Telekom 2010 Shop.
And on Tuesday we received the German Multimedia Award in Bronze for it.
Thanks to all people involved !