Archive for the ‘Flex’ Category
Flex 4 Custom Preloader
Wednesday, November 11th, 2009
In this example were going to look at a way to create a custom preloader SWC in Flash Professional and use it inside of a Flex 4 application by extending the SparkDownloadProgressBar class.
This preloader will display the progress percentage of loading and also a count of RSLs as they are being loaded, after loading is [...]
Read full blog post: Flex 4 Custom Preloader
Tags: Flash, flex 4, preloader
Posted in Flash Builder, Flex, Technology | 1 Comment »
Tags: Adobe Flash Builder 4, com.adobe.flexbuilder.codemodel, Content Assist, Flash Builder 4 beta 2, Flex, Flex Builder, FlexBuilder, FlexBuiler
Posted in Flash, Flash Builder, Flex, Uncategorized | No Comments »
Tags: Content Assist, Flash, Flash Builder, Flash Builder 4 beta 2, Flex, Flex Builder, FlexBuilder, work around
Posted in Flash, Flex, News, Technology, Uncategorized | 6 Comments »
Example of Feature Rich Item Renderers in Flex 4
Thursday, October 15th, 2009
This is an example of creating feature rich item renderers in Flex 4. The example retrieves this blog’s RSS feed and displays each entry in a Spark List using Item Renderers. This example will demonstrate:
Skinning an item renderer and list
States in an item renderer
Pass callback function to item renderer
Override ItemRenderer ’set data’ as a [...]
Read full blog post: Example of Feature Rich Item Renderers in Flex 4
Tags: Flex, flex4, itemrenderer, list, Spark
Posted in Flex, Technology | No Comments »
Flash Camp St Louis 2009 – Code Samples
Sunday, September 13th, 2009
I had a great time presenting at Flash Camp St Louis this last Friday. The City Museum was a great venue. All the other speakers did a great job. Thanks JP for putting together such a great event!
Here is the sample code I showed in the presentation. Rt-click and select View [...]
Read full blog post: Flash Camp St Louis 2009 – Code Samples
Tags: City Museum, Dev, Flash, Flash Camp, Flash Camp 2009, Flex, Flex Builder, FlexBuilder, FlexBuiler, Jason Hanson, St. Louis
Posted in ActionScript, Flash, Flex, News, Technology, Uncategorized | 1 Comment »
Flash Camp St. Louis 2009 – This Friday
Tuesday, September 8th, 2009
Two TMG employees presenting at Flash Camp St. Louis this Friday at the City Museum, Ben Bishop and Jason Hanson.
Should be a good time. If you are in St. Louis and have any interest in Flash, Flex, or Catalyst think about coming.
Tickets still available.
www.flashcampstlouis.com
Read full blog post: Flash Camp St. Louis 2009 – This Friday
Tags: Adobe Catalyst, City Museum, Dev, Flash, Flash Camp, Flash Camp 2009, Flex, Flex Builder, Flex Conference, FlexBuilder, TMG
Posted in ActionScript, Flash, Flex, News, Technology | No Comments »
More Memory for FlexBuilder
Friday, August 14th, 2009
If you are like me and cannot stand long compile times you may find that increasing the memory allocation for FlexBuilder will help. To do this edit this file. Likewise, if FlexBuilder uses too much memory for your system you can make edits to this file.
C:\Program Files\Adobe\Flex Builder 3\FlexBuilder.ini
Here are my [...]
Read full blog post: More Memory for FlexBuilder
Tags: edit, Flash, Flex, Flex Builder, FlexBuilder, memory, The Morphic Group
Posted in Flex, Technology, Uncategorized | 1 Comment »
How to Use Asynchronous Test Methods with FlexUnit 4
Wednesday, July 15th, 2009
An essential part of Agile Development is to embrace the use of unit testing throughout the development of your project. Unit tests give the programmer to ability to run automated tests on their code at anytime to ensure that any refactoring or added code has not broken what was previously written. This luxury [...]
Read full blog post: How to Use Asynchronous Test Methods with FlexUnit 4
Posted in ActionScript, Flex, Technology | 8 Comments »
Ant Compiling in Flex Builder “Error: Java heap space”
Friday, July 10th, 2009
This week, I wanted to use Ant to compile a large project with a couple external libraries. Right after a few seconds of running my build.xml using Ant, I received this ugly message:
compile flex project:
[mxmlc] Loading configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\frameworks\flex-config.xml
[mxmlc] Error: Java heap space
[mxmlc] java.lang.OutOfMemoryError: Java heap space
……
BUILD FAILED
Boooooo!
After consulting a couple of [...]
Read full blog post: Ant Compiling in Flex Builder “Error: Java heap space”
Tags: Ant, Flex, Java
Posted in Flex, Java, Technology | 9 Comments »
How to Make a Flash Application into a Facebook Application and Page Tab
Thursday, July 9th, 2009
For the Morphic Group’s Facebook page we wanted to repurpose the featured projects part of our current website into a Facebook page tab. After looking at a series of tutorials and poking and prodding till it worked, here is how we did it.
What you will need:
- A webserver or hosting account that can run PHP
- [...]
Read full blog post: How to Make a Flash Application into a Facebook Application and Page Tab
Posted in ActionScript, Facebook Applications, Flash, Flex, PHP, Technology | 8 Comments »