Change project from Flex to AIR
Tuesday 6 May 2008 @ 6:03 pm

When you started with a Flex project for the browser and you decide to switch to AIR or vice versa you have to change the Flex Builder project settings.

In the application MXML you have to switch the root node from Application to WindowedApplication

In the .actionScriptProperties you have to change useApolloConfig=”true/false”.

For AIR projects the .project file needs the apollonature meaning <nature>com.adobe.flexbuilder.apollo.apollonature</nature> as the first of the three natures (before flexnature and actionscriptnature). Sometimes I had a refresh problem when I opened the project settings (every entry showed up twice) after editing these files so better close and re-open the project, re-build the project and the switch should be done.

Comments (0) - Posted in AIR, Eclipse, Flex by Sönke  




Pimp your Flex Builder
Friday 2 May 2008 @ 5:59 pm

InsideRIA posted an article about Flex Builder Enhancements. I am already using the TODO/FIXME Plugin by Dirk Eismann for a long time now which works really cool.

I did not know the Snippets plugin which I now also tried out. The usability is not that straight forward but it also does the job.

Snippeds View

If you like to import my snippets.xml which includes a for loop and a bindable getter/setter.

Comments (1) - Posted in Eclipse, Flex by Sönke  




RDT - Ruby meets Eclipse
Tuesday 18 October 2005 @ 9:10 am

There is an Eclipse Plugin for Ruby called RDT.
I found a very good article on this via slashdot: Using the Ruby Development Tools plug-in for Eclipse

Comments (0) - Posted in Eclipse, General by Sönke