[flexcoders] Re: Item Rendererer Question

2009-03-20 Thread djhatrick
Tracy, You are right... i am polling with my service These duplicates are happening when my service is polling and items are added to the collection while a filter is already there.. So I guess I need to store the underlying collection and check there... too... This has me scratching my head

[flexcoders] Re: Item Rendererer Question

2009-03-20 Thread greg_lafrance
Maybe check if the item already exists before adding it to the collection. Greg --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: Tracy, You are right... i am polling with my service These duplicates are happening when my service is polling and items are added to the

Re: [flexcoders] Re: Item Rendererer Question

2009-03-20 Thread Fotis Chatzinikos
Do what Greg suggests in the other mail, or make sure that your polling function returns only new items...(quicker and les bandwidth) On Fri, Mar 20, 2009 at 4:43 PM, djhatrick djhatr...@yahoo.com wrote: Tracy, You are right... i am polling with my service These duplicates are happening