Home >
Flex Builder complains when a CSS definition exists for components that are not used in a project. I do not find this helpful.
If you click on the filter button in the Problems panel, a dialog will appear that allows you to modify the filters which control the items that are displayed. Here are the settings I use to suppress the display of those useless CSS warnings.
-show-unused-type-selector-warnings=false
_______________________________
Mike Slinn
Independent full-service software contractor and author
http://slinnbooks.com
http://mslinn.com




Facebook Application Development
good hint!
I also find it usefult to set up the workspace so that Flex only shows me warnings from the project I'm currently looking at, rather than all open files.
Thanks for this. The compiler flag wasn't working for me, but this did it.
FINALLY! A global solution for this!!! Thanks man!!!