Alexander Farber wrote: > I can't figure out, how to feed data to a List cellRenderer > if it is in XML format. What argument will set data() receive? > In the trace output I only see, that it is an object.
Set a break point and look at it in the debugger. You can expand the xml tree there and see all the nodes. If you're using Flex and FlashBuilder 4, you can even set a breakpoint, and while the program is paused, try different syntaxes in the watch window. That has helped me cut my XML coding time way down. Cordially, Kerry Thompson _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

