views:

50

answers:

2
+1  Q: 

Flex builder error

My flex builder suddenly stopped highlighting compile time errors. Its also not giving any code completion suggestion, even after pressing ctrl+Space. What could be the possible reasons?

Regards, PK

+1  A: 

this happens sometimes and it seems for no reason. What may have occurred is you may have an error higher up inside your code of which the compiler has not picked up - This can happen, but when it does the clue is the suggestion stops working and any errors proceeding don't get highlighted.

Clean your project, restart flex, check to see if you have the same problem on an another project - you probably won't and this'll show you the clue you have an error in your code.

Be aware the error may not be in that file - it could be in an ajoining mxml file or superclass.

Glycerine
A: 

I'm facing the same problem, tried project cleanup, restart didn't work either.

Yash