Really edge case here, but hey, it’s something.
Background
In creating a Vidego API (video content management API) example in Flash CS3, I ran into problems making an AS3 version from the AS2 version. Flash CS3 doesn’t haven an Accordion component, so I went about using a List instead. My problem with the List in CS3 compared to Flex is that it “expects” the data to have certain properties on it. If your data doesn’t have those properties, it throws an exception. Um… ok… :: face palm :: Yes, I know labelField/labelFunction, but those should be opt-in, especially when you’ve already set a cellRenderer.
(more…)