RE: [flexcoders] Re: multiple filter function of combobox and two checkboxes

2009-11-04 Thread Gregor Kiddie
Ah ok... I've got you. How about trying this for the filter function? private function myFilterFunction(item:Object): Boolean { return(item.price >= sliderFromValue && item.price <= sliderToValue)&& (item.city == selectedCity || selectedCity == "All") && (item.location == selectedLocation ||

RE: [flexcoders] Re: multiple filter function of combobox and two checkboxes

2009-11-04 Thread Gregor Kiddie
Jumping into this thread late, what didn't work with the code you posted on Tuesday? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Interne