flexbuilder

Flex 4.5 - to long build process

為{幸葍}努か 提交于 2019-11-28 02:19:05
We are developing an app using flex 4.5. The app runs just fine (no performance issues at all) but it takes us forever to compile and build it. A minor change, like just add a comment or press enter in an mxml file and rebuild takes about 3 minutes. You just cant work that way. It is a large project with about 1300 files. We also use Parsley as IOC container and a beat of cairngorm navigation. We also use Maven (Flex mojos) but I am talking about a normal eclipse build (Ctrl + B). We separated some of the code to a different SWC and all of our graphics are stored in a different resource SWF.

How to suppress only [SWF] traces when debugging Flash applications

独自空忆成欢 提交于 2019-11-28 00:06:09
问题 I'm working on an Adobe Flex application that loads lots of Flex Modules and other Flash sub-applications and Flash resources. Each time one successfully loads the flashlog.txt and Flex Console show a trace like "[SWF] filename.swf - [filesize] bytes after decompression". Specifically: [SWF] Main.swf - 1,361,299 bytes after decompression [SWF] core/Core.swf - 516,390 bytes after decompression I don't want to disable traces because I am debugging, but these traces are rather noisy. How can I

Free Flex IDE's

ε祈祈猫儿з 提交于 2019-11-27 23:34:39
问题 could you recommend some good alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones. Thanks 回答1: You should give a try to FlashDevelop and FDT. FlashDevelop is free. http://www.fdt.powerflasher.com/ http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page Rob 回答2: FlashDevelop is free, however I'm not a fan of their Flex support. It's better for straight actionscript development. There's also the following IDEs: FDT Flash

How can I automate the building of a Flex component library?

风格不统一 提交于 2019-11-27 22:20:35
问题 I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc file. It's gross. I am coming at this from the perspective of a java developer, so I'm having a hard time getting the hang of the compilation tools provided in the Flex Builder 3 application, but here's what I already have: I have created an ant file that loads the ant task library correctly, and

Flex 4.5 - to long build process

♀尐吖头ヾ 提交于 2019-11-26 23:41:34
问题 We are developing an app using flex 4.5. The app runs just fine (no performance issues at all) but it takes us forever to compile and build it. A minor change, like just add a comment or press enter in an mxml file and rebuild takes about 3 minutes. You just cant work that way. It is a large project with about 1300 files. We also use Parsley as IOC container and a beat of cairngorm navigation. We also use Maven (Flex mojos) but I am talking about a normal eclipse build (Ctrl + B). We