Hi 
I have a question about the setValue() method in imagecellrenderer 
example.

function setValue(str:String, item:Object, sel:Boolean) : Void {
   image.source = item["image"];
}

Does the image keep getting reloaded everytime 'image.source' is being 
set? 

This wouldn't be efficient as setValue() is called all the time.

regards
bod





 
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