Tag Archives: ItemRenderer
Bubble ItemRenderer Events
Often times I find myself needing to bubble events from an itemRenderer to the parent control. This is especially important when using a CairngormEventDispatcher. Events should be used by the views, rather than having them nested within the itemRenderer. This is commandment #10 on Jesse Warden’s post 10 Tips For Working With Cairngorm (or the way Jesse [...]
Using XML with DataGrid itemRenderers
For a recent project I needed a way to create a ComboBox in a DataGrid component that was populated by an XML file. I found an older example by Brendan Meutzner that used an ArrayCollection. This was a good starting point, so I modified and added to the file to create an example that uses [...]


Flex :: ImageCache, a cheap way to cache images