ASDoc arguments

Ran into a few “quirks” using ASDoc, so needed to tweak my arguments, firstly to include libraries, and secondly to surpress some odd errors, such as: Error: Interface method get creatingContentPane in namespace mx.core:IContainer not implemented This error was coming from an empty MXML component that extends Canvas… no code or children…. weird. So anyway, [...]

Generating ASDoc via Flex Builder

More than once I have looked for the ultimate solution to generating ASDocs, have tried ANT builds, third-party plugins etc. Little did i realise there was a much easier option, just use External Tools as outlined here. From what i can tell you can only document comments in .as files or inside the SCRIPT tag [...]

ClientException: Unsupported working copy format svn: This client is too old to work with working copy

Seen that error when using a combination of TortoiseSVN client and the Subclipse plugin for Flex Builder? For me the fix was simple, my TortoiseSVN client was version 1.6.x, however my subclipse Remote Site was pointing at http://subclipse.tigris.org/update_1.4.x, ammending that to match the TortoiseSVN version was the fix. Once updated I then just “reattached” by [...]

Signed up as an iPhone Developer

Ive just signed up as an IPhone developer, and also with the beta program for Titanium, an interesting new development tool.

Launching an AIR application maximized

I want my AIR application to launch at 100% width and height, or maximized in PC speak. So I had assumed this would be easy, either by setting the width and height of my WindowedApplication to 100% in my application mxml file, or by doing the same using the width/height nodesĀ  in the application xml [...]