Tuesday, February 24, 2009

Good ItemRederer Article

I was used to use itemRenderer to render Datagrid and List, but most case I have to set function or event happened in Renderer and goes to it's owner to get actual action. After I saw this article, it is very good to dynamic load itemRenderer at run time. It also set function as renderer's property then. I can write function directly in the class rather than in renderer to do the job without getting the data from the owner or parent level.

The blog "Example of Feature Rich Dynamic Item Renderers in Flex 3" is from Themorphic Group.

There are also a series of articles from Peter Ent's Blog talking about itemRenderer.

Thursday, February 19, 2009

Quick Note: Custom Binding in Flex

Read this Custom Binding Released! from http://www.xtyler.com/, which claims light and simple.
It also support 2-way binding, which Adobe Flex should support for binding.

Quick Note: FlowContainer

I found a couple of customized flow container in Flex. I can invest them later when my projects need.