RE: [flexcoders] How to programmatically make a custom ListItemRender?

2006-04-27 Thread Matt Chotin
Try mylist.itemRenderer = new ClassFactory(CustomRenderer); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rigidcode Sent: Wednesday, April 26, 2006 8:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to programmatically make

[flexcoders] How to programmatically make a custom ListItemRender?

2006-04-26 Thread rigidcode
I'm trying to make a custom ListItemRenderer in Actionscript. I was able to make it display the list correctly, but when I click on anything in the list, I get this error: TypeError: Error #1009: null has no properties. at