Jason, Thanks. I tried that approach. I added the following: 1. Another attribute (called price2) to the catalog entries 2. Price slider on catalog.price2 attribute. 3. Another slider functon called function2 (exactly like original slider but workign on the price 2 attribute)
However the 2 sliders move independent of each other. I mean the images get highlighted / faded depending on the specific slider logic.. its an (slider 1 OR slider 2 )operation.. i want it to be (slider 1 AND slider 2 ) operation so to speak Wait.. did I just answer the question myself?! :) pushkar --- In [email protected], Jason Szeto <[EMAIL PROTECTED]> wrote: > This is more of a "how to filter the dataProvider" question than a question > regarding Sliders. Sliders are simply a data input control just like a > NumericStepper, ComboBox, TextInput, etc. > > What you'll need to do is to modify the filter function in > ThumbnailView.mxml to work with a couple of extra parameters. > > Jason >

