Posts Tagged ‘itemrenderer’

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 data’ as a [...]

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

Example of Feature Rich Dynamic Item Renderers in Flex 3

Friday, February 20th, 2009

In the last Flex 3 rich feature item renderer example we looked at item renderers that had some nice visual and functional features, in this example we will take it to the next step and introduce some dynamic abilities to the item renderers.
By using dynamic item renderers you can create [...]

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

Example of Feature Rich ItemRenderers in Flex

Monday, September 15th, 2008

In response to some requests I got from friends wanting some more real world ItemRenderer examples, here is one that approaches the item renderer from a graphical approach and brings together some different techniques to create a nicely featured ItemRenderer.

Here is what this example DataGrid/ItemRender demonstrates:

MXML based ItemRenderer
Override ItemRenderer ’set data’ have data as a [...]

Read full blog post: Example of Feature Rich ItemRenderers in Flex