I need to display a high visually appealing list of items in my RIA. Each item in the list is a quite complex movieclip with its own visual behaviour. I thought in subclassing ScrollPane component, or make a v2 component based on the container base-class or maybe even start from scratch but then I would have to implement the scrollbar logic which is often a boring and hard task to do. I already tried to use the container and use its methods (attachChild() etc) but with no sucess. I could also use the scrollpane by making it load a external swf or a library item that has the logic I want.
I just discovered the CellRenderer API... I guess I could make my items into a List component easyli by just using this API? I don“t have access to flash here at work, I will try this when I get home, but any suggestions would be much appreaciated!
Thanks,
- Marcelo.
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
