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 4Posts Tagged ‘itemrenderer’
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 more flexible & reusable [...]
Read full blog post: Example of Feature Rich Dynamic Item Renderers in Flex 3
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 more flexible & reusable [...]
Read full blog post: Example of Feature Rich Dynamic Item Renderers in Flex 3Example 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 [...]
Read full blog post: Example of Feature Rich ItemRenderers in Flex
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 [...]
Read full blog post: Example of Feature Rich ItemRenderers in Flex