Posts Tagged ‘Spark’

Example of Feature Rich Item Renderers in Flex 4

Thursday, October 15th, 2009

This is an example of creating feature rich item renderers in Flex 4. The example retrieves this blog’s RSS feed and displays each entry in a Spark List using Item Renderers. This example will demonstrate: Skinning an item renderer and list States in an item renderer Pass callback function to item renderer Override ItemRenderer ‘set [...]

Read full blog post: Example of Feature Rich Item Renderers in Flex 4

Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder

Friday, June 26th, 2009

You may have noticed that with the new Spark components there isn’t a new TitleWindow, much like the lack of icon property in a Spark button I wrote about in a previous post. In this tutorial, I’m going to demonstrate how to create a resizable TitleWindow using the new Spark SkinnableContainer component. You can view [...]

Read full blog post: Creating a Spark Resizable Title Window with Adobe Catalyst and Flash Builder