Follow up to my last post. I am having to do this enough that I wrote a bat file for it. Here is what it looks like if anyone is interested. Just copy and paste the code below into a notepad and save as a .bat file. I put mine in the root of my [...]
Read full blog post: “Content Assist” did not complete normally – bat file workaroundPosts Tagged ‘Flex’
“Content Assist” did not complete normally – bat file workaround
Tuesday, November 3rd, 2009
“Content Assist” did not complete normally. Please see log for more information.
Tuesday, October 27th, 2009
Here is a work around for this annoying bug in Flash Builder 4 beta 2: From: http://bugs.adobe.com/jira/browse/FB-21566 Close Flash Builder 4 beta 2 Delete this folder in your workspace: \.metadata\.plugins\com.adobe.flexbuilder.codemodel. Relaunch Flash Builder 4 beta 2
Read full blog post: “Content Assist” did not complete normally. Please see log for more information.
Here is a work around for this annoying bug in Flash Builder 4 beta 2: From: http://bugs.adobe.com/jira/browse/FB-21566 Close Flash Builder 4 beta 2 Delete this folder in your workspace: \.metadata\.plugins\com.adobe.flexbuilder.codemodel. Relaunch Flash Builder 4 beta 2
Read full blog post: “Content Assist” did not complete normally. Please see log for more information.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 Source for the [...]
Read full blog post: Flash Camp St Louis 2009 – Code Samples
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 Source for the [...]
Read full blog post: Flash Camp St Louis 2009 – Code SamplesFlash 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
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 FridayMore 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 settings ### [...]
Read full blog post: More Memory for FlexBuilder
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 settings ### [...]
Read full blog post: More Memory for FlexBuilderAnt 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 …… [...]
Read full blog post: Ant Compiling in Flex Builder “Error: Java heap space”
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 …… [...]
Read full blog post: Ant Compiling in Flex Builder “Error: Java heap space”Google App Engine Text Datastore Object not Saving with AMF
Thursday, July 2nd, 2009
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMF
I’ve been working with creating a Flex app with Google App Engine and AMF based on Sekhar Ravinutala’s blog post about using GraniteDS and the new Java framework for GAE. Everything was going smoothly until I needed to use a datastore Text object instead of a standard string property because a string can only contain 500 [...]
Read full blog post: Google App Engine Text Datastore Object not Saving with AMFCreating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
Friday, June 26th, 2009
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder
You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]
Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder