A custom item renderer can be done like this:

                <mx:TileList id="tileList">
                        <mx:itemRenderer>
                                <mx:Component>
                                        //Your mxml code here, e.g.
                                        <mx:Image id="albumImage"
height="45" source="{data.source}"/>    
                                </mx:Component>
                        </mx:itemRenderer>
                </mx:TileList> 

> -----Original Message-----
> From: [email protected] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov
> Sent: donderdag 10 augustus 2006 8:18
> To: [email protected]
> Subject: Re: [flexcoders] TileList customizing
> 
> Sure, but how this itemRenderer should look if writing it 
> inline in MXML?
> 
> On 8/10/06, Joost Nuijten <[EMAIL PROTECTED]> wrote:
> > What about writing your own custom item renderer?
> 
> 
> --
> 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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to