Archive for the ‘Misc’ Category


Getting Vector Graphics into Spark Skins

June 20, 2009. Posted by Andy Hulstkamp in FXG, Flash, Gumbo (Flex 4 beta), Misc. 2 Comments »
Keywords: , , , , ,

It was funny to see how many examples of Spark Icon Buttons have shown up in the past few days. Andy mcintosh did an example here, Ben another one here, I did one myself here. While all were using a slightly different approach the motivation behind them was probably, that the Spark Button does not have an icon property compared to the Halo coutnerpart.

Out of the box there are basically three ways to get graphics into a Spark skin. (more…)


Working with huge amount of data in Flex 4 (Gumbo)

June 15, 2009. Posted by Andy Hulstkamp in Gumbo (Flex 4 beta), Misc. Comments Off
Keywords: , , , ,

When working with huge amounts of data on DataGroup, SkinnableDataContainer and all its Subclasses you will notice degradation in performance. Manipulating Data becomes slower, the UI on the Groups become less responsive, startup suffers, footprint is huge.  By default, Felx 4 creates an ItemRenderer for each data-item resulting in this overhead. (more…)


Random notes on DataGroup and Spark Containers in Flex 4 (Gumbo)

Here are some notes I took while investigating and reading about Spark Containers. (more…)


Customize the Spark TextInput Component in Flex 4 (Gumbo). Adding focus and Transitions.

Changing the look of a spark component mainly comes down to customizing the skin-class, but there are situations where this might not be enough.

In a project I’m working on, we wanted to have a smooth transition when a text-input gets or loses focus. The default Spark TextInput and the associated skin-class do not have a focused state. (In Flex the FocusManager manages the focus by drawing a border around a component, but we wanted the focus on the skin itself and a transition)

custom TextInput

One way to achieve this is to enhance the TextInput Component: (more…)


Sound in Flash gaining momentum

December 13, 2008. Posted by Andy Hulstkamp in Misc. No Comments »

Great to see that Flash sound is gaining some momentum. Check the cool stuff over at Akaneko.