Got a pesky Flex bug, need an fix?
There is a new wiki page called Flex and ActionScript Error Codes that catalogs compiler and run-time errors including the fixes for these bugs. I have been burned more than once by obscure bug errors that I just couldn’t track down in the documentation. Notice that error code 1009 is documented by mister himself. It feels like I discovered a new species of insect in the amazon forest and got to name it
. Kudos to those who created the wiki page, this was a much needed site.
-mr
Advertisement
AFAIK, Judah had assembled this wiki with error codes.
He even wrote an Flex application to do the lookup for an Flex compiler error based on error code:
Discussion:
http://www.judahfrangipane.com/blog/?p=110#comments
Tool:
http://judahfrangipane.com/errorsearch/ErrorLookup.html
Thanks for the information. The nice thing about the Flex Error Codes wiki is that it gives you solution outside the definition offered by Adobe and Judah’s tool. The site is also available for the community to updated as we find other creative solutions. Thanks!