[flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Matthew OMeara
My FlexBuilder IDE has been broken for about 3 weeks now, and I have 
chosen to ignore it as all obvious fixes failed to right the ship.

At some point 3 weeks ago, FlexBuilder completely botched my project 
files and left me in a state where I could no longer launch the 
application.  So I created a new project from scratch (as a shell), 
ported the code over and got working again.

Everything works fine now except the debugger which shows me the 
errors and warnings but fails to report which .as or .mxml file the 
error occured in.  It only reports the line number, and of course the 
links (dbl click to go there) fail, as Flex Builder is missing the 
filename and itself has no idea where to send me to.

I know others have faced this issue already, but the fix remains 
unclear.

Any help appreciated, because it is tiring surfing the files to find 
the lines of code taht are failing.

Thanks

Matthew




Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Robert W
My recipe for that type of errors is use of ant script that calls mxmlc 
(with -verbose flag). Usually i want comment some lines to find 
uncatchable error.
rw
Matthew OMeara wrote:

 My FlexBuilder IDE has been broken for about 3 weeks now, and I have
 chosen to ignore it as all obvious fixes failed to right the ship.

 At some point 3 weeks ago, FlexBuilder completely botched my project
 files and left me in a state where I could no longer launch the
 application. So I created a new project from scratch (as a shell),
 ported the code over and got working again.

 Everything works fine now except the debugger which shows me the
 errors and warnings but fails to report which .as or .mxml file the
 error occured in. It only reports the line number, and of course the
 links (dbl click to go there) fail, as Flex Builder is missing the
 filename and itself has no idea where to send me to.

 I know others have faced this issue already, but the fix remains
 unclear.

 Any help appreciated, because it is tiring surfing the files to find
 the lines of code taht are failing.

 Thanks

 Matthew

  



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread ivo
I had this problem twice, once because the system was getting low on available 
memory. The second time I got some clues as to the problem files by looking at 
the eclipse Error Log. On my Mac it was under Window-Show View-Other-PDE 
Runtime-Error Log

- Original Message 
From: Robert W [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, May 15, 2007 12:53:25 PM
Subject: Re: [flexcoders] FlexBuilder bug: failing to report location of 
errors, warnings and hints

My recipe for that type of errors is use of ant script that calls mxmlc 
(with -verbose flag). Usually i want comment some lines to find 
uncatchable error.
rw
Matthew OMeara wrote:

 My FlexBuilder IDE has been broken for about 3 weeks now, and I have
 chosen to ignore it as all obvious fixes failed to right the ship.

 At some point 3 weeks ago, FlexBuilder completely botched my project
 files and left me in a state where I could no longer launch the
 application. So I created a new project from scratch (as a shell),
 ported the code over and got working again.

 Everything works fine now except the debugger which shows me the
 errors and warnings but fails to report which .as or .mxml file the
 error occured in. It only reports the line number, and of course the
 links (dbl click to go there) fail, as Flex Builder is missing the
 filename and itself has no idea where to send me to.

 I know others have faced this issue already, but the fix remains
 unclear.

 Any help appreciated, because it is tiring surfing the files to find
 the lines of code taht are failing.

 Thanks

 Matthew

  



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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] FlexBuilder bug?

2007-04-17 Thread Shaun
I've been having a problem with FB lately and am wondering if anyone 
else has run into this issue.

Occassionally, FB seems to stop using my latest file changes when 
compiling.  I try cleaning, making additional changes, etc. to no 
avail.  Eventually, something clicks and everything builds as it should 
again, but I haven't found any rhyme to it yet.  When it is happening, 
I can step through the code and verify that the lines being stepped 
through don't correspond to what is on the screen.

This is happening with two different projects I have - both involve 
modules and libraries, one has an RSL, the other doesn't.

Has anyone else experienced this?  Solved it?

Thanks,
Shaun



Re: [flexcoders] FlexBuilder bug: unwanted, incorrect code completion

2006-05-22 Thread Graham Weldon



Hi Tom,

The option is turned off by going to:
Window  Preferences  Flex  Editors  Actionscript Editor
and turn off the Wrap string automatically option.

Regards,
Graham Weldon
w. http://graham.weldon.ath.cx


Tom Bray wrote:

 Check out his snippet:

 onlineUsersPanel.users = new ArrayCollection(
 [
 {label:'tom'},
 {label:'suzy'}, +
 'megan','troy']);

 Notice how there's a double quote, a plus sign, a new line, and 
 another double quote on the next line. I was in the process of 
 converting each of the strings in the array into anonymous objects and 
 putting them on their own lines so I could add attributes cleanly. 
 Flexbuilder inserts the quotes and plusses for me when I create the 
 line breaks, which is incorrect (and really annoying). I looked 
 around for a way to turn this off in the preferences, but it doesn't 
 appear to be an option.

 -Tom


 --
 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=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
  Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+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=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
  Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=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








  
  
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] FlexBuilder bug: unwanted, incorrect code completion

2006-05-22 Thread Tom Bray



Nice! Thanks, Graham.On 5/22/06, Graham Weldon [EMAIL PROTECTED] wrote:



Hi Tom,

The option is turned off by going to:
Window  Preferences  Flex  Editors  Actionscript Editor
and turn off the Wrap string automatically option.

Regards,
Graham Weldon
w. http://graham.weldon.ath.cx


Tom Bray wrote:

 Check out his snippet:

 onlineUsersPanel.users = new ArrayCollection(
 [
 {label:'tom'},
 {label:'suzy'}, +
 'megan','troy']);

 Notice how there's a double quote, a plus sign, a new line, and 
 another double quote on the next line. I was in the process of 
 converting each of the strings in the array into anonymous objects and 
 putting them on their own lines so I could add attributes cleanly. 
 Flexbuilder inserts the quotes and plusses for me when I create the 
 line breaks, which is incorrect (and really annoying). I looked 
 around for a way to turn this off in the preferences, but it doesn't 
 appear to be an option.

 -Tom


 --
 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=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 
  Computer software development 
 
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+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=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 

 Macromedia flex 
 
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 
  Software development best practice 
 
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=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]?subject=Unsubscribe
 
 * 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









  
  
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
.



  

















--
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.