Re: [flexcoders] FilterFunction creating duplicate items in the list

2009-05-31 Thread Rohit Sharma
Hi Srinivas, I tried using creating a different data provider from the roomlist and applying filter functions on that. And then assigning the filtered dataprovider to the roomlist. But still I am seeing the issue. Can you provide some code snippets for what you mean? Thanks,

Re: [flexcoders] FilterFunction creating duplicate items in the list

2009-05-31 Thread Srinivas Sandur Madhu Murthy
Longtime back I did face similar issue. I probably believe, you have binded the array collection with data grid or list directly & applying filter on this binded array collection. If it is true, then trying not binding them using "{}", use flags and commitProperties() method and apply filte

[flexcoders] FilterFunction creating duplicate items in the list

2009-05-31 Thread Rohit Sharma
Hi All, I am stuck up with this problem. Please provide some insight into it. " I have a list component which shows all the game rooms currently existing. As soon as some property of the room changes, I update the corresponding item in the dataprovider using setItemAt. (I typecast datapro