Category Archives: Development

Cairngorm Top 5 Tips – Number 4 – The EventGenerator

The last tip in this series was #5. The AnnounceFaultEvent (read more). and now for tip #4: The EventGenerator The EventGenerator class provides a mechanism for defining sets of Events to be dispatched either sequentially or in parallel. The EventGenerator is defined declaratively in MXML. The generator provides an aggregated result response when the last [...]

Continue reading

Dynamic, Persistent Skins with Degrafa

Degrafa is a declarative graphics framework for Flex. This means that programatic graphic instructions like: graphics.lineStyle( 1, 0xffffff ); graphics.moveTo( 10, 10 ); graphics.lineTo( 30, 30 ); graphics.lineTo( 10, 30 ); can be expressed in simplified and elegant MXML source code. From this post you’ll take away an intro to Degrafa, how to dynamically modify [...]

Continue reading
tour_de_flex_wide

Merapi Update

It has been far too long since I’ve blogged about Merapi, so I thought I would share what’s up with the project. First off, the next release has been coming soon for far too long. That is my responsibility and I apologize to everyone that’s been waiting on the new build. However, there is good [...]

Continue reading

The Brightkite Wall

In late 2008 Brightkite engaged Universal Mind to develop an application called The Brightkite Wall. The Wall is a Flash Application built using Flex. For those of you unfamiliar with Brightkite, here’s a quick overview: Brightkite is a location based, micro-blogging, social networking platform. Unless you’ve been living in a cave for the last five [...]

Continue reading

Adobe MAX 2008

Monday, November 17th marks the official start to this year’s Adobe MAX conference. I wanted to give a quick update on where I’ll be and what I’ll be up to at MAX. So, here it is. First of all, at MAX you can follow me on Twitter or BrightKite my handle is “adamflater” on both. [...]

Continue reading

EclipseWorld Session Recap

As promised in my session at EclipseWorld [No longer up] today, I’m posting a recap of the session. My session was titled “Building Flex/AIR UIs for Java Using Merapi”. The session gave an overview of Flex, Flex Builder, and Merapi. I also provided some sample application demos using the Merapi framework. You’ll find a link to [...]

Continue reading
360flex-sjc

360 Flex | San Jose – Merapi Session Survery Feedback

To keep in the open tradition of 360 | Flex I’m posting my survey feedback once again. The Merapi session at 360 Flex | San Jose was really fun and was happy to share the stage with my friend Jordan Synder. There was one very constructive comment about our examples. The examples that I showed [...]

Continue reading

Flex Authority is Live

The first issue of Flex Authority is out! I was lucky enough to attend 360 Flex in San Jose last week and grabbed a pre-release copy there. In addition, Dave Meeker and I were lucky enough to be interviewed by Leif Wells. Leif was really great about coordinating this interview on Merapi. Thanks for your [...]

Continue reading