I’m relatively new to Flash Builder 4 and Flex but am familiar with programming IDEs and in particular Visual Studio and .NET
As with most IDEs when you type something that is an error it will highlight it with the red cross or red underline, and this is what used to happen in Flash Builder 4 but for some reason now it does not work.
I can type any old garbage and hit save, which forces the build (I have build automatically selected) and no error shows on the line, or in the Problems panel. It will allow me to run the application too.
Anybody have any idea what i have done to stop this from working?
Thank you in advance!
Ok So it was a simple case of the custom component I had created wasn’t being used in any other component. In version 4 this would cause the component not to be compiled and therefore any errors in the component would not be recognised.
I haven’t had a chance to upgrade to 4.5 yet to verify it is addressed in that version, but thank you for your responses