RE: [flexcoders] Nobody wants to help me??

2006-05-21 Thread Gordon Smith
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

Re: [flexcoders] Nobody wants to help me??

2006-05-21 Thread Faisal Abid
, 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

RE: [flexcoders] Nobody wants to help me??

2006-05-20 Thread Matt Chotin
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 {