[flexcoders] Re: Compiling Problems...

2009-12-13 Thread jamesfin
After trying different things to no avail, I started editing each file in my project and voila, everything starts working again! Clearly an issue with the FlexBuilder environent. Anybody ever experienced this issue? --- In flexcoders@yahoogroups.com, jamesfin james.alan.finni...@... wrote:

Re: [flexcoders] Re: Compiling Problems...

2009-12-13 Thread primo411
Yes, I experience it sometimes with FlexBuilder 3 on Linux. I just clean my project and everything works fine again. 2009/12/13 jamesfin james.alan.finni...@gmail.com After trying different things to no avail, I started editing each file in my project and voila, everything starts working

RE: [SPAM] Re: [flexcoders] Re: Compiling Problems...

2009-12-13 Thread Tracy Spratt
bin-debug manually. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of primo411 Sent: Sunday, December 13, 2009 12:03 PM To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Re

[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
Hi I'm experiencing the same problem SINCE I've upgrated to flex builder 2.0.1 I receive the error Unable to export SWC Oem for my flex library project and when I'm launching my projects I receive the following two errors Connect failed because the object is already connected. and

[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
It seems I've solved the problem. First of all, I rebuild the workspace using the instructions (I did not see it before:( ) like FlexBuilder -clean -vmargs -Xmx512m. Furthermore, it remained the problem of the connection for my swc. After reading all debug instructions, I saw that the cause

Re: [flexcoders] Re: Compiling problems

2007-01-16 Thread Webdevotion
I also solve my problem by recreating the swf files. I rename my main app class and set it as default file. This way the needed files are recreated in the bin folder. It's a hassle but I'm gonna look into your tip of using: FlexBuilder -clean -vmargs -Xmx512m