Why the TextArea class is not available for my Flex Builder 3?
Project has flex32 SDK in buildpath. other imports are OK.
import flash.display.*;
import flash.events.*;
import flash.geom.*;
import flash.net.*;
import flash.text.*;
import flash.utils.*;
import mx.core.*;
import mx.controls.TextArea;
Severity and Description 1172:
Definition mx.controls:TextArea could not be found.