Hi there...
There is already a post on this..here is the link: http://www.nabble.com/-flex_india:22112--Filtering-TileList--with-ComboBox-values-td23444973.html Let me know if you have any questions. Kshama On Fri, May 15, 2009 at 5:06 AM, ryosaeba <[email protected]> wrote: > > Dear Flex friends > > > I need to filter by a comboBox a TileList pictures gallery where I'll > show some products and info read from a XML. > > > My XML is > > <?xml version="1.0" encoding="UTF-8"?> > <gallery> > <familyA> > <photo file="immagini/min.jpg" filehigh="immagini/max.jpg" prezzo="€ > 280" codice="XXXX" title="Titolo del Prodotto"> > <text> > bla bla bla > </text> > </photo> > </familyA> > ecc.... > <familyB> > <photo file="immagini/min.jpg" filehigh="immagini/max.jpg" > prezzo="€ 280" codice="XXXX" title="Titolo del Prodotto"> > <text> > bla bla bla > </text> > </photo> > ecc... > </familyB> > </gallery> > > > Now How I can put this info to my TileList and filter the Family Type > from a comboBOX? > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

