Could be , i will try that now , should work :-)

Gordon Smith wrote:
> I think Matt meant to write (@type == "Catalog"), not (@type =
> "Catalog").
>
> - Gordon
>
>
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Matt Chotin
> Sent: Saturday, May 20, 2006 4:45 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Nobody wants to help me??
>
> Using e4x as your format I think it'd be something like this:
>
> service.lastResult.Products.Product.(@type = "Catalog")
>
> Then you'd need to have have a labelFunction (or do it in your cell
> renderer) that digs down further into Catalog.Thumbnail.Url, e.g.,
>
> Function label(item:Object):void
> {
>   Return item.Catalog.Thumbnail.Url
> }
>
> That should get you further hopefully
>
> Matt
>
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Faisal Abid
> Sent: Saturday, May 20, 2006 4:33 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Nobody wants to help me??
>
> i have waited well over 24 hours and still no reply ,can anyone please
> help me
> Here is the xml document .
> http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Yah
> ooDemo&category=Clothing&query=football+pants&refinement=4168-Brand=Calv
> in%20Klein&show_subcategories=1
> <http://api.shopping.yahoo.com/ShoppingService/v2/productSearch?appid=Ya
> hooDemo&category=Clothing&query=football+pants&refinement=4168-Brand=Cal
> vin%20Klein&show_subcategories=1>
>
> I want to get the thumbnails from the product in a tilelist, is this
> right ?
>
> <mx:TileList x="0" y="10" width="772.25" height="344"
> dataProvider="{service.lastResult.ProductSearch.Products.Product.Catalog
> .Thumbnail.Url}"></mx:TileList>
>
> seeing that my service being called is called service..
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> --
> 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
> Web site design development
> <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>
>       Computer software development
> <http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>
>       Software design and development
> <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>
>
> Macromedia flex
> <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>
>       Software development best practice
> <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
>     *  Visit your group "flexcoders
>       <http://groups.yahoo.com/group/flexcoders>" on the web.
>       
>     *  To unsubscribe from this group, send an email to:
>        [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>       
>     *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>



--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to