Re: [flexcoders] Re: ListCollectionView.contains( )

2006-08-24 Thread Webdevotion
Thanks guys for your input ! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Re: ListCollectionView.contains( )

2006-08-24 Thread Geoffrey Williams
- Returns whether the view contains the specified object. Unlike the IViewCursor.findxxx methods, this search is succesful only if it finds an item that exactly matches the parameter. trace ({label:keyword} == {label:keyword}); // false You can sort the collection, create a view cursor and use