Re: [flexcoders] Override owner in TreeItemRenderer

2007-02-10 Thread Michael Schmalle
Hi, you need to; ExtendedTree(owner).setPath([EMAIL PROTECTED]); You have to cast. Peace, Mike On 2/10/07, syabro <[EMAIL PROTECTED]> wrote: I need a send [EMAIL PROTECTED] to an owner (tree). I've extend Tree class and write function Tree.setPath(); But when I tried to use this function

[flexcoders] Override owner in TreeItemRenderer

2007-02-10 Thread syabro
I need a send [EMAIL PROTECTED] to an owner (tree). I've extend Tree class and write function Tree.setPath(); But when I tried to use this function as owner.setPath Flex says "Call to a possibly undefined method setPath through a reference with static type flash.display:DisplayObjectContainer."