02 FebSolve the call to undefined property problem – Flex

adobe flex logoLet’s all admit that we love Flex. It’s the way that the new wave of developers should write code.

The current version 3.0 is quite buggy, since this is the first mainstream release (yes, version 2.0 was the big release, but 3.0 has more hands-on testers).  Anyways, we will try to fix a common error that is produced from the Database Wizard.

When we built our application (web or Air , it doesn’t matter, the error is the same) from the Database Wizard, Flex produces 3 files. The MXML file with the source code, *Script.as with the necessary actionscript code to handle all the database functions, such as Insert, Update, Delete, and the *config.as  which contains some irrelevant (to this tutorial) code.
Read more…