Home » Archive

Articles tagged with: Binding

Adobe, Flex 4 »

[21 Aug 2010 | No Comment | ]

In Flex 2 and 3, with Binding, you could automatically copies the value of a property of a source object to a property of a destination object when the source property changed.
Flex 4 has introduced the Bidirectional Binding (also know as “two-way” binding”) that allows to set two objects as the source and the destination for each other.

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