Boblu

Developing applications

August, 2011

FlexTasks compc

Since I have had a small problem accomplishing this I thought it might be wort a small shout out. When you want to create a SWC and exclude everything except your own code you just have to exclude the core libraries that your SWC is using. In ant (using flextask) this is used with the compc – compiler.external-library-path. [...]

, , , ,

Flex SDK versions (fonts and components)

Many people don’t know what the differences are between the two Flex SDK distributions that are available so since I recently ran into this exact problem I thought I would try to explain it. There are two different SDKs available. One that is open source and one that is free of use (see the licenses). [...]

, , ,

Countdown research

As I’m about to do a countdown for a kind of critical release I needed to see how much the TimerEvent fails since I know that it is not precise to the millisecond. So as a really simple test I started a timer to tick once every second. On each second I then calculated the [...]

, , ,

Updated LURunner

I just made a small update on the Loose Unit Runner. It now indicates that your tests are running if you’re using asynchronous tests. Would love all feedback and feature request! Download it here!

, , ,