Works like a charm !

Kudos Michael.

Tim

--- In flexcoders@yahoogroups.com, "Michael Montagna" <[EMAIL PROTECTED]>
wrote:
>
> --- In flexcoders@yahoogroups.com, "sufibaba" <sufibaba@> wrote:
> >
> > Hi All,
> > 
> > I have a function inside of a custom Tree ItemRenderer.  
> > 
> > I would like to be able to fire this function programatically at the
> > Tree's level.
> > 
> > Any light on this is greatly appreciated.
> > 
> > Cheers,
> > 
> > Tim
> >
> 
> For all listbase controls, you can use the methods below to get the
> invididual renderers.  Remember that renderers are recycled so a
> reference to a renderer may get stale. 
> 
> 
> indexToItemRenderer(index:int):IListItemRenderer  
> 
> and 
> 
> itemToItemRenderer(item:Object):IListItemRenderer 
> 
> 
> -Michael
>







--
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