Thanks barry and Mike! I have tried all the permutations and combinations it works fine without animation but when we set the animation true.It does not.
I agree with Mike,We really have to do some major changes on the Tree component to achive this. Anyway,I wanted to achieve somthing like this.This is a AS2 Component: http://www.sephiroth.it/tutorials/flashPHP/custom_tree/index.php regards, --- In [email protected], "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Hi, > > Actually, 'I think'... Having looked at the Tree code quite extensively, it > is NOT possible. > > The reason being is the way the tween logic works in the Tree. When a tween > is currently running, there cannot be any other tween going because there is > only 1 instance of the tween in the whole tree. It would just theoretically > reset the tween. > > Have a look a the method expanItem() and you will see a large block of logic > that calculates opening rows etc. > > When thinking about it logically, it is impossible without major logic and > really the way this Tree is made, I don't think it would ever be possible. > > The Tree is not like an Accordion that has 'specific' sectors. The tree is > always dynamically created based on openItems. > > Peace, Mike > > On 9/18/06, barry.beattie <[EMAIL PROTECTED]> wrote: > > > > no takers, Mick? > > > > this was one thing I wanted to look into before being sidetracked with > > some datagrids. > > at first I was thinking of keeping a register of what was opened so I > > knew what to close. > > then I was thinking of closing all before opening the selected one. > > these are just some rough thoughts in absence of anything better. > > > > it *must* be possible: the panels do it. > > > > cheers > > barry.b > > > > > > > > > > -- > What goes up, does come down. > -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

