Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line...
import flash.display.SimpleButton;
...and FlashDevelop is aware. Code-completion works.
But, when I have this line...
import mx.controls.Button;
... code-completion doesn't work.
Am I missing something? Am I misunderstanding something?