TestPoint example files

I am still waiting for my session on the TestPoint approach to show up on the 360Flex Conference video feed. In the mean time I have put up the source files to the examples I used during the session. You can find them at – http://renaun.com/blog/testpoint/. As I get more time I’ll be updating the TestPoint testing approach page with more information. I also updated the RIALogger.swc and RIALoggerApp AIR application with some minor...

Read More

QTIndexSwapper v1.4.2 update

UPDATE: Get the latest here! This release is a bug fixed around reading atom’s that are not more than 8 bytes. Thanks to Brandt Michael for pointing out the bug. I guess it affected mp4′s coming from ffmpeg.

Read More

Gumbo Skin mxml with Flex Builder 3 namespace error

I am using Flex Builder 3 to build Gumbo (Flex 4) application targeted for Flash Player 10. I came across this situation in the Gumbo skin file where I wanted to put a mx.controls.Image control into the skin. When trying to add both “http://ns.adobe.com/mxml/2009″ and “http://www.adobe.com/2006/mxml” namespaces I get the following error. Only one language namespace must be specified per document. Found...

Read More

RIALoggerApp and RIALogger.swc updates

I have finally been able to get some time to overhaul the RIALogger and supporting logging classes. This version does not work with older versions as I change the plumbing (how the data goes across LocalConnection) drastically for performance reasons. You’ll need the new RIALogger.swc that now uses a RIALogger class instead of Logger class. Main changes: - multiple windows, the main window has bars that show the log identifier and how...

Read More

360Flex <30 days <$500

I’ll be speaking at 360|Flex! But don’t let that stop you from attending. You should be attending to hang out at the eBay campus with a bunch of cool/weird/fun/nerd/weirder/hungry/bright/geek/etc… flex developers! You can figure out where Tom and John fit into the picture but you need to Register now!

Read More

DashedLine and DashedPolyLine extending Degrafa

I needed to draw some dashed lines and polylines for something I was working on. I was already using Degrafa and wanted to create the dashed lines by extending Degrafa. It was actually easier then I thought it would be. You can see the finished result here and the view source code is enabled through right clicking. The two new classes DashedLine and DashedPolyline extend Line and Polyline and added two new properties “dash” and...

Read More