In Part 1 of this series we learned how to create an ItemRenderer for a List in Flex 4. I wanted to get through 2 steps tonight, but only have the code for the next step finished. This code creates the item renderer seen at ~4:20 of .
smartlogic ::
Blog
Recreating Ely’s Flex 4 List Component Series: Part 2
August 19th, 2008 by Greg JastrabRecreating Ely’s Flex 4 List Component Series
August 16th, 2008 by Greg JastrabIf you haven’t seen about improving the designer/developer workflow (which is an updated version of last year), you should probably check that out to see what the goal of this series is.
I’m going to attempt to go through the steps and recreate what he demonstrated, which was to take a simple list and iteratively transform it into a rich, accordion-like interactive list. To get started, be sure that you’re setup to compile Flex 4 code and that you have . Here we go…