jude wrote
> It will not show up in auto complete because MediaQueryParser is an
> excluded class. IE, it has "[ExcludeClass]" at the top of the class.
> 
> I think you can use import mx.utils.*;
> 
> And that should let you use MediaQueryParser in your class. If all else
> fails try removing "[ExcludeClass]" from the class file.

Thanks for pointing out the [ExcludeClass] tag. After commenting out this
tag in the MediaQueryParser class definition file, I was able to import and
use MediaQueryParser in my Flex project.

Ad




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Unable-to-import-MediaQueryParser-in-Actionscript-Flex-tp7661p7667.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to