We would need to see a test case. Flickering has many meanings. itemRenderers go in lists, not on canvases so I'm not sure what your scenario is.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of DreamCode Sent: Tuesday, November 27, 2007 6:35 AM To: [email protected] Subject: Re: [flexcoders] How can I avoid jumping / flickering when changing the dataprovider in a list box? I have the same issue, only in my case there are no default renderers, just me putting X item renderers on a canvas. Ideas? suggestions? --Allan On Nov 27, 2007 12:55 AM, Alex Harui <[EMAIL PROTECTED] <mailto:aharui%40adobe.com> > wrote: > > > > > are you using custom renderers? If so, do you see flickering with default > renderers? > ________________________________ > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Anzer > Sent: Monday, November 26, 2007 10:06 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] How can I avoid jumping / flickering when changing the > dataprovider in a list box? > > > > > > > Hi, > > I am programmatically changing the values in an array collection which is > the data provider of a list box. > > When I change the values the list box is flickering, how can I avoid it? > > > > My intention is to show an interface like windows explorer. I want to do in > place re naming and deleting in the list. > > Its working correctly but I want to remove the jumping of the list box items > after the edit. > > > > Thanks > Anz > > http://www.flickrmailer.com <http://www.flickrmailer.com> > > > > > > > >

