Archive for the ‘Adobe Flex’ Category

Tile Options Demo using Flex 4

In a previous post, I showed a demo of a custom list component created with Degrafa.  I received a request for the same application done with Flex 4 and FXG, so I spent a little time converting it over and here is the result. (** requires Flash Player 10)

Core Flex 4 – Elements vs Children

When I started using Flex 4 I tried to get up to speed by using the new version in a manner similar to its predecessor until I came across roadblocks or when I determined I was able to take advantage of the new features I had heard about such as skinning, states, etc. I quickly [...]

Spark Physics with Flex 4 Components and Box2D

A while back I created a few demos showing how to combine ActionScript physics engines (as well as 3d engines) with Halo components to create a physics-enabled UI. I wanted to see what could be done using the new Flex 4 Spark components and I was very surprised to find that almost nothing had been [...]

The getStackTrace Super Bug

If you happen to be hitting an issue where an application runs fine in the debug version of the Flash player but hangs up in the normal version, read on. This could be your problem. I’ve made good use of a tip I picked up from McCune on generating a stacktrace in my logging statements [...]

Grading System Demo

When I started getting into Flex several years ago, the first real application I created was an online grading system for a small K-12 school that I was consulting with as a side gig.  That was around 2005, and after several years of use, the school has outgrown this initial design.  Since they are no [...]

PeekPanel – My New Flex Component

This is my latest experiment which I’ve named the “PeekPanel”. I saw this type of animation done on my phone and figured it would be a cool way to hide options or preferences in an application.  It borrows the look and feel from the FlexBook/PageFlip components already out there, but instead of simulating a book, this [...]

Austin Flex User’s Group Degrafa Presentation

Here are the slides and the code from Austin Flex User’s Group Degrafa Presentation on January 22nd, 2009. It is a little rough since I put it together in about a day so please forgive any mistakes or typos. Also, the code samples are VERY basic; they are designed to show straight-forward drawing capabilities using [...]

Flight Monitoring Demo Video

This is a video of a prototype I put together a while back. It is a system to monitor incoming airline flight information that I wrote using Livecycle Data Services and UI components I scavenged and modified from the Flex Interface Guide site and the Network Monitor demo. Incoming JMS messages containing flight information are [...]

Custom Component with Degrafa Skinning

This demo shows my initial attempt at using Degrafa skinning. I wanted to customize the tiles in the list so that they would look unique and also provide a nifty way of displaying a list of options for the selected tile. You can see the result by clicking on the lower right corner of each [...]

My own TileUI – Part 1

Ever since Doug McCune first showed what could be accomplished when you combine Flex with physics and 3D in his TileUI project, I’ve been curious in learning how he did it. He hasn’t posted the source yet and rather than wait for him to give up the goods, I figured I’d try to break down [...]