RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-16 Thread Benoit Hediard
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 : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
part de Johannes Nel
Envoyé : jeudi 16 février 2006 03:21
À : flexcoders@yahoogroups.com
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=msk=Web+site+design+developmentw1=Web+site
+design+developmentw2=Computer+software+developmentw3=Software+design+and+
developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
66.sig=L-4QTvxB_quFDtMyhrQaHQ Computer software development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+si
te+design+developmentw2=Computer+software+developmentw3=Software+design+an
d+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s
=166.sig=lvQjSRfQDfWudJSe1lLjHw   Software design and development
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+
site+design+developmentw2=Computer+software+developmentw3=Software+design+
and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5
s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 
Macromedia flex
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+deve
lopmentw2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6n
PIrz7_EpZI36cYzBjw Software development best practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=W
eb+site+design+developmentw2=Computer+software+developmentw3=Software+desi
gn+and+developmentw4=Macromedia+flexw5=Software+development+best+practice
c=5s=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

* 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/
 





RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-16 Thread Richard Leggett





Hey Johannes,

Yeah you can't turn them off, but in the problems panel 
click the filter icon (down facing arrow - Filters) and at the bottom of the 
dialog you canfilter by severity with some checkboxes.

Rich


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Johannes 
NelSent: 16 February 2006 02:21To: 
flexcoders@yahoogroups.comSubject: [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
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-16 Thread Roger Gonzalez
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: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Benoit Hediard
 Sent: Thursday, February 16, 2006 3:03 AM
 To: flexcoders@yahoogroups.com
 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 : flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] De la
 part de Johannes Nel
 Envoyé : jeudi 16 février 2006 03:21
 À : flexcoders@yahoogroups.com
 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=msk=Web+site+design+developme
ntw1=Web+site
 +design+developmentw2=Computer+software+developmentw3=Softwa
re+design+and+
 developmentw4=Macromedia+flexw5=Software+development+best+pr
acticec=5s=1
 66.sig=L-4QTvxB_quFDtMyhrQaHQ   Computer software development
 http://groups.yahoo.com/gads?t=msk=Computer+software+develop
mentw1=Web+si
 te+design+developmentw2=Computer+software+developmentw3=Soft
ware+design+an
 d+developmentw4=Macromedia+flexw5=Software+development+best+
practicec=5s
 =166.sig=lvQjSRfQDfWudJSe1lLjHw Software design and development
 http://groups.yahoo.com/gads?t=msk=Software+design+and+devel
opmentw1=Web+
 site+design+developmentw2=Computer+software+developmentw3=So
ftware+design+
 and+developmentw4=Macromedia+flexw5=Software+development+bes
t+practicec=5
 s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ   
 Macromedia flex
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+si
te+design+deve
 lopmentw2=Computer+software+developmentw3=Software+design+an
d+development
 w4=Macromedia+flexw5=Software+development+best+practicec=5s
 =166.sig=OO6n
 PIrz7_EpZI36cYzBjw   Software development best practice
 http://groups.yahoo.com/gads?t=msk=Software+development+best
+practicew1=W
 eb+site+design+developmentw2=Computer+software+developmentw3
 =Software+desi
 gn+and+developmentw4=Macromedia+flexw5=Software+development+
best+practice
 c=5s=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/
 




[flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-15 Thread Johannes Nel



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
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-15 Thread Geoffrey Williams










One of these may be what youre
looking for:



http://livedocs.macromedia.com/flex/20beta1/docs/0260.html



http://livedocs.macromedia.com/flex/20beta1/docs/1443.html











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Johannes Nel
Sent: Wednesday, February 15, 2006
9:21 PM
To: flexcoders@yahoogroups.com
Subject: [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
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.