How to remove css type selector warnings in Flex Builder

Quick little tip I never knew about for removing css type selector warnings from the Flex Builder problems panel (that irritated the hell out of me):

Go into your project properties panel and select the Flex Compiler option and add the following into Additional compiler options:

-show-unused-type-selector-warnings=false

Thanks to this post by Daniel R.

This entry was posted in Flex and tagged , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. Posted November 16, 2008 at 12:33 pm | Permalink

    Wow, I never even thought about googling this because I just assumed that the compiler must be right… but leaving my code intact, because otherwise I lose the styles.

    I’ll make this change now. Thanks!

  2. Abhinav
    Posted October 29, 2009 at 1:16 pm | Permalink

    Thank you!

2 Trackbacks

  1. [...] Remove css type selector warnings in Flex Builder Quick little tip to remove css type selector warnings from the Flex Builder problems panel http://www.nutrixinteractive.com/blog/?p=135 [...]

  2. [...] Remove css type selector warnings in Flex Builder Quick little tip to remove css type selector warnings from the Flex Builder problems panel http://www.nutrixinteractive.com/blog/?p=135 [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>