[flexcoders] Re: [SOLVED] itemRenderer null object error

2007-06-01 Thread Aaron Wright
Maybe I've a little naive but I like making nearly everything in actionscript 3, especially itemRenderers. Then, you can handle all the positioning and styles in the updateDisplayList function if you want. This generally follows the Adobe approach to it as well. I say start with looking over Adobe

RE: [flexcoders] Re: [SOLVED] itemRenderer null object error

2007-06-01 Thread Alex Harui
Subject: [flexcoders] Re: [SOLVED] itemRenderer null object error Maybe I've a little naive but I like making nearly everything in actionscript 3, especially itemRenderers. Then, you can handle all the positioning and styles in the updateDisplayList function if you want. This generally follows

Re: [flexcoders] Re: [SOLVED] itemRenderer null object error

2007-06-01 Thread Ben Marchbanks
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: [SOLVED] itemRenderer null object error Maybe I've a little naive but I like making nearly everything in actionscript 3, especially itemRenderers. Then, you can handle all the positioning and styles in the updateDisplayList

RE: [flexcoders] Re: [SOLVED] itemRenderer null object error

2007-06-01 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Marchbanks Sent: Friday, June 01, 2007 3:11 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: [SOLVED] itemRenderer null object error So what would be an alternative ?? Is it best practice to create IRs using