[flexcoders] Re: Issue with Tree in Flex

2009-03-16 Thread valdhor
DB I tried your code and saw the exact issue you describe. Commenting the line: //expandTree(); fixes it. I don't use Tree but I would surmise you are double handling the expand functionality. From what I can see the tree component already implements expand and by adding your own you are cau

RE: [flexcoders] Re: Issue with Tree in Flex

2009-03-16 Thread Tracy Spratt
Subject: [flexcoders] Re: Issue with Tree in Flex DB I tried your code and saw the exact issue you describe. Commenting the line: //expandTree(); fixes it. I don't use Tree but I would surmise you are double handling the expand functionality. From what I can see the tree component al