Home » Archive

Articles tagged with: itemRenderer

ActionScript 3.0, Adobe, Flex 3 »

[10 Sep 2009 | No Comment | ]

A lot of Flex components support the itemRenderer property, to customize their item layout.
In this article we’ll use the List component to display the RSS Actionscript.it Last 5 Tutorial content and we’ll define 3 itemRenderers to switch 3 different content views at runtime.

Test online demo

ActionScript 3.0, Adobe, Flex 3, _Featured »

[9 Aug 2009 | One Comment | ]
Warning messages binding the ‘data’ property inside an itemRenderer (FX3)

Problem: when you bind the data property inside an itemRenderer you got the following message:
warning: unable to bind to property ‘label’ on class ‘String’ (class is not an IEventDispatcher)

Solution: populate the data Provider using a Value Objects