Re: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread desigaine pereanen
Hi, one of the best solution to is is to go to the link
Project-Properties-Flex Applications and in the tree on the right, only
include the flex application you are currently working on. Remove all
the others from the tree. This would cause flex to build only the
applications that are found in this tree. so if on another time you would
like to work on anothe rone,just add it there before working because else
the changes you have made on the application will not be build during
compilation. hope this help you a lot in your development.

Regards,
Desigaine


On 8/28/07, Brian Holmes [EMAIL PROTECTED] wrote:

Hi Lach,

  I've experienced this exact same thing. I've never really been able to
 pin down the cause. FB seems to build faster at times than other times. It
 could be my setup just as well as FB. Breaking the projects up and closing
 them does help a bit. Using ant helps sometimes. Using RSL's helps a bit.
 But those are definitely not silver bullets at least not for me. The only
 thing I've been able to really do that works is close all projects except
 for a sandbox project that I use to develop little bits of functionality
 quickly, cos that does build quickly, then go thru the long process of
 porting the code into my project. Not a good solution, but it's been getting
 the job done.



 brian..








  --

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Lachlan Cotter
 *Sent:* Tuesday, August 28, 2007 4:31 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Flex Builder issues with large projects



 Hi List,







 I'm having a lot of trouble with Flex Builder on a large project I'm
 working on and would really appreciate some advice if anyone has found
 themselves in a similar situation.



 The particular project I'm working on is approaching 30,000 lines of code
 and also includes a fair bit of embedded assets in the form of skins and
 images etc. I am building several different products from the same class
 library.



 The first problem is that *compilation time is far too long*. Typically 30
 seconds or more even after very minor changes to the source code, about 2
 minutes for a clean build. It has become very difficult to do testing in
 particular as the delay for compilation break up workflow too much.



 I thought I would try to solve this problem by using RSL from Flex Library
 Projects as mentioned here:



 http://flexblog.faratasystems.com/?p=117



 This does seem to greatly improve the compilation times, but has cased no
 end of problems with Flex Builder. Flex Builder seemed to become corrupted,
 would not allow me to add SWC files to projects, and even started to have
 problems rendering the user interface. I did a complete uninstall and
 reinstall of Flex Builder, but continued to have problems loading the
 projects.



 Flex builder takes a long time to start up, reports stack overflow errors,
 or simply will not start unless I remove the projects.



 I also tried using the Flex Builder 3 Beta, but also ran into [different]
 problems which prevented me from loading and compiling the projects.



 Obviously, it's becoming pretty frustrating and inhibiting further
 development. So my question is…



 *Has anybody experienced similar problems with Flex Builder, or know of
 ways to optimise compilation times on large projects?*



 Any advice is greatly appreciated.





 Cheers,

 Lach

 --
 ***
 The information in this e-mail is confidential and intended solely for the
 individual or entity to whom it is addressed. If you have received this
 e-mail in error please notify the sender by return e-mail delete this e-mail
 and refrain from any disclosure or action based on the information.
 ***

 



Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread desigaine pereanen
there is a propertyin titlewindow called showclosedbutton, just set this to
true and the problem is solved.

On 8/28/07, Ben Marchbanks [EMAIL PROTECTED] wrote:

   Okay I give up. How you you make the close button ALWAYS visible for a
 titleWindow ? I have defined the custom icon for all states yet the
 button only appears on mouseOver. The user needs to know there's a
 close button there without having to mouseOver don't you think ?