In my continuing journey with TeamCity, I’ve discovered something highly annoying… not with TeamCity but with Adobe. I’m trying to build a master configuration with an Ant script that will automatically build several child modules. First thing I realize is that I have to override the path properties of the child Ant script with relatives [...]
253 readersSeriously, folks. Why do you keep changing the configuration of the runtime-shared-library-path compiler option?? Here’s how you configure a RSL in an ANT build script in Flex 3.3.0. Don’t even get me started on how it took me to figure that out, because this is completely different from what’s in their documentation!!!!! <runtime-shared-library-path path-element="${FLEX_HOME}/frameworks/libs/datavisualization.swc"> [...]
425 readersUsing modules in Flex 3 is a real pain in the back. While creating modules may be easy, but loading and unloading them is very difficult to manage. The best thing is to avoid using modules as much a possible. There seems to be better way to handle modules in Flex 4 as you can
273 readersBuilding off of the last few posts, we are continuing to build our one big ANT file that will build your amazing Enterprise Application. As you are building your application you probably also have a set of assets that aren’t embedded in your final SWF file. Flex/Flash Builder automatically adds this file into your bin
462 readersWhenever you have a Flex project consisting of several modules, you can take advantage of compiling those modules in parallel – provided that they don’t depend on each other – using Ant and the Ant-Contrib tasks. In a project with five modules, I’ve seen a speed increase of about 30% compared to normal sequential compilation.
329 readersAfter a couple of days creating an ant build script for a Flex app previously only ever built from within Eclipse I thought I’d share my pain. Asset references To avoid compilation errors when the mxmlc task can’t find your assets refer to images, fonts, etc with an absolute path (relative to the flex src
479 readersThe Spring BlazeDS Integration project provides a very elegant framework for Flex-Java development. However the project documentation (as of 1.0.3) encourages the decoupling of the BlazeDS channel configuration in the client from the channel config in the server. While in many cases this is the right thing to do, in other cases developers may prefer
290 readersAfter spending a number of hours trying to get my Flex 4 AIR application to successfully build with the maven flex-mojos plugin, I was finally able to create a pom.xml file that worked. There are a few gotchas to deal with which are detailed below. First of all here is the working pom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
733 readersExample of updating data of a DataGrid with itemRenderer. <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="onCreationComplete()"> <fx:Declarations> <fx:Component id="checkRenderer"> <mx:HBox width="100%" horizontalAlign="center"> <fx:Script> <![CDATA[ import mx.collections.ArrayCollection; import mx.events.CollectionEvent; [Bindable] public var check:Boolean; override public function set data(value:Object):void { super.data = value; myCheck.selected=value.check; } private function onChange():void { check = myCheck.selected; } ]]> </fx:Script> <mx:CheckBox
348 readersIf you ask me if ActionScript is ready for the enterprise then this question is hard to answer. Every fairly huge codebase requires some maintenance. You will have to figure out a strategy to identify modules and separate them. You will also have to handle the dependencies between modules. Last but not least you have
265 readersUnder the direct supervision of the JIFSAN IT Manager, this position will develop Adobe Flash-based, animated, interactive, training modules. Responsibilities include planning, developing, and testing of applications. This position must have a commanding knowledge of Adobe Flash and Action Script 3.0. Knowledge of animation is recommended. Experience with Flex, ColdFusion, PHP, MySQL or SQL Server
8,004
Subscribe to RSS headline updates from:
GurusUnleashed
Powered by FeedBurner
Curious what others are searching for? Below are the most popular search terms over the last 30 days.

