I'm building my first component using actionscript. I'm trying to set some default values or call automatically some functions whenever i instantiate the Tree. How i would set the itemRenderer inside my custom Tree component?
I know if i set the <custom:MyTree itemRender="myItemRender" /> it will call myItemRender class. But i want to call it FROM my package. How i would do that? any ideas? Thanks

