[flexcoders] AddTreeNode sometimes does not add but instead replaces the top node.

2005-11-15 Thread Oscar . Cortes
I created a Tree using something like treeDP= new TreeNode(), and adding branches and items. I have some functionality that inserts new nodes to an existent branch. Sometimes, the AddTreeNode works fine and sometimes it doesn't add a node but instead replaces the top one. I am using this synta

RE: [flexcoders] AddTreeNode sometimes does not add but instead replaces the top node.

2005-11-15 Thread Matt Chotin
] AddTreeNode sometimes does not add but instead replaces the top node.     I created a Tree using something like treeDP= new TreeNode(), and adding branches and items. I have some functionality that inserts new nodes to an existent branch. Sometimes, the AddTreeNode works fine and sometimes it

RE: [flexcoders] AddTreeNode sometimes does not add but instead replaces the top node.

2005-11-16 Thread Oscar . Cortes
uesday, November 15, 2005 11:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] AddTreeNode sometimes does not add but instead replaces the top node. I created a Tree using something like treeDP= new TreeNode(), and adding branches and items. I have some functionality that inserts new n