Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FlashDevelop - Why does code-completion not work with mx.controls

Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line.

import flash.display.SimpleButton;

FlashDevelop is aware about this and Code-completion works fine.

But, when I have this line.

import mx.controls.Button;

Then code-completion doesn't work.

like image 297
Corey Trager Avatar asked Feb 08 '09 00:02

Corey Trager


1 Answers

Works perfectly well for me w/o doing anything special. But maybe your project's properties got borked. Do this:

Open Project Properties
Go to Compiler Options tab
In Advanced -> Intrinsic Libraries add the following
Library\AS3\frameworks\Flex3

like image 160
Scott Evernden Avatar answered Oct 04 '22 10:10

Scott Evernden