You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Razi Barkai <ra...@gmail.com> on 2013/02/04 12:54:41 UTC

error message

I just download the new Flex sdk 4.9.0 and flash builder 4.7 its work just
fine
I update all of my flex projects as test projects, some of those are  web
projects and some are  mobile applications, and they work like the old  4.6
version
Except I have an multi error which don't interfere anything-
"The import mx.events.EffectEvent is not used locally" -  in the adobe
flash builder 4.7 popup message
does any one here know how to remove those errors
Best regard
razi

Re: error message

Posted by Fritze Marcus <ma...@googlemail.com>.
You can organize the imports with cmd+shift+o (on Mac OS X - I don't know the windows command). With this command all unused imports will be removed.

Marcus Fritze

Am 04.02.2013 um 18:10 schrieb Nicholas Kwiatkowski <ni...@spoon.as>:

> I've not seen that message before, but it sounds like you are importing
> mx.events.EffectEvent, but never actually calling it or making use of it.
> Could that be the case?
> 
> -Nick
> 
> On Mon, Feb 4, 2013 at 6:54 AM, Razi Barkai <ra...@gmail.com> wrote:
> 
>> I just download the new Flex sdk 4.9.0 and flash builder 4.7 its work just
>> fine
>> I update all of my flex projects as test projects, some of those are  web
>> projects and some are  mobile applications, and they work like the old  4.6
>> version
>> Except I have an multi error which don't interfere anything-
>> "The import mx.events.EffectEvent is not used locally" -  in the adobe
>> flash builder 4.7 popup message
>> does any one here know how to remove those errors
>> Best regard
>> razi
>> 

Re: error message

Posted by Nicholas Kwiatkowski <ni...@spoon.as>.
I've not seen that message before, but it sounds like you are importing
mx.events.EffectEvent, but never actually calling it or making use of it.
 Could that be the case?

-Nick

On Mon, Feb 4, 2013 at 6:54 AM, Razi Barkai <ra...@gmail.com> wrote:

> I just download the new Flex sdk 4.9.0 and flash builder 4.7 its work just
> fine
> I update all of my flex projects as test projects, some of those are  web
> projects and some are  mobile applications, and they work like the old  4.6
> version
> Except I have an multi error which don't interfere anything-
> "The import mx.events.EffectEvent is not used locally" -  in the adobe
> flash builder 4.7 popup message
> does any one here know how to remove those errors
> Best regard
> razi
>