Posts Tagged ‘FlexBuilder’

“Content Assist” did not complete normally – bat file workaround

Tuesday, November 3rd, 2009

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 workaround

“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.

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

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

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 settings ### [...]

Read full blog post: More Memory for FlexBuilder

Flash ContextMenu

Monday, July 6th, 2009

Recently I attempted at add copy, paste, delete to a ContextMenu (rt-click menu) of a Flash movie. I quickly discovered that copy, paste, and delete are reserved words and cannot be used. I tried the trick of putting a space after the words, i.e. “copy “. That did not work. I found a decent work [...]

Read full blog post: Flash ContextMenu

Using FlexBuilder 3 to debug & edit Flash CS3 projects

Friday, May 16th, 2008

Recently I was working on a project that due to a requirement had to be compiled in Flash CS3. Having spent the last few years exclusively using FlexBuilder I was shocked at the HORRIBLE AS3 editor and debugger in Flash CS3. I quickly tried to figure out how to edit and debug from FlexBuilder 3. [...]

Read full blog post: Using FlexBuilder 3 to debug & edit Flash CS3 projects