AW: [flexcoders] Problem with List Item Renderer (and states)

2007-02-26 Thread Harald Dehn
English, Harald Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von nwebb Gesendet: Sonntag, 25. Februar 2007 14:04 An: flexcoders Betreff: [flexcoders] Problem with List Item Renderer (and states) Hi, I have a custom item renderer with two states (expanded

Re: [flexcoders] Problem with List Item Renderer (and states)

2007-02-26 Thread Ralf Bokelberg
Existing item renderers are reused by the framework to increase the performance. Your itemrenderer should rely on the data only, it should not have local state. In your case, you could store the open/close state of your item renderer in the data object. Cheers Ralf On 2/25/07, nwebb [EMAIL

RE: [flexcoders] Problem with List Item Renderer (and states)

2007-02-26 Thread Tracy Spratt
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nwebb Sent: Sunday, February 25, 2007 8:04 AM To: flexcoders Subject: [flexcoders] Problem with List Item Renderer (and states) Hi, I have a custom item renderer with two states (expanded and collapsed) My items are displayed in a List component

[flexcoders] Problem with List Item Renderer (and states)

2007-02-25 Thread nwebb
Hi, I have a custom item renderer with two states (expanded and collapsed) My items are displayed in a List component, and the data is currently coming from an ArrayCollection. You can see the page here (click on Gig Calender): http://www.bathbands.co.uk/test2007/ Here is an example of the