You can set warning flags in the flex-config.xml file, or on the command line for the compiler, or in a per-app config file (appname)-config.xml.
-rg > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Benoit Hediard > Sent: Thursday, February 16, 2006 3:03 AM > To: [email protected] > Subject: RE: [flexcoders] Flex 2 builder: is there a way to > turn warnings off > > There is at least one annoying warning that should be always > removed in Flex > Builder 2. > When binding to static const, it still shows "Data binding > will not be able > to detect assignments to SOME_CONST". > > For example : > public static const STATE_LOADING:String = "loadingState"; > ... > <mx:State > name="{STATE_LOADING}"> > ... > </mx:State> > > We don't require [Bindable] on this var since it is a constant value. > > This issue generates a lot of warnings on large apps : > warning list is not > usable at all because of that. > > Thanks. > > Benoit Hediard > > ________________________________ > > De : [email protected] > [mailto:[EMAIL PROTECTED] De la > part de Johannes Nel > Envoyé : jeudi 16 février 2006 03:21 > À : [email protected] > Objet : [flexcoders] Flex 2 builder: is there a way to turn > warnings off > > > or at least say what should generate a warning (like FDT) > > -- > j:pn > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > SPONSORED LINKS > Web site design development > <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+developme nt&w1=Web+site > +design+development&w2=Computer+software+development&w3=Softwa re+design+and+ > development&w4=Macromedia+flex&w5=Software+development+best+pr actice&c=5&s=1 > 66&.sig=L-4QTvxB_quFDtMyhrQaHQ> Computer software development > <http://groups.yahoo.com/gads?t=ms&k=Computer+software+develop ment&w1=Web+si > te+design+development&w2=Computer+software+development&w3=Soft ware+design+an > d+development&w4=Macromedia+flex&w5=Software+development+best+ practice&c=5&s > =166&.sig=lvQjSRfQDfWudJSe1lLjHw> Software design and development > <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+devel opment&w1=Web+ > site+design+development&w2=Computer+software+development&w3=So ftware+design+ > and+development&w4=Macromedia+flex&w5=Software+development+bes t+practice&c=5 > &s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ> > Macromedia flex > <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+si te+design+deve > lopment&w2=Computer+software+development&w3=Software+design+an d+development& > w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s > =166&.sig=OO6n > PIrz7_EpZI36cYzBjw> Software development best practice > <http://groups.yahoo.com/gads?t=ms&k=Software+development+best +practice&w1=W > eb+site+design+development&w2=Computer+software+development&w3 > =Software+desi > gn+and+development&w4=Macromedia+flex&w5=Software+development+ best+practice& > c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw> > > ________________________________ > > YAHOO! GROUPS LINKS > > > * Visit your group "flexcoders > <http://groups.yahoo.com/group/flexcoders> " on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! > Terms of Service > <http://docs.yahoo.com/info/terms/> . > > > ________________________________ > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

