Not that I can see from your description
so you might need to give us more code…
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
syntax.
node.AddTreeNode(object)
Is there anything that I am missing?
---------------------------------------------------------------------------
This e-mail message (including attachments, if
any) is intended for the use
of the individual or entity to which it is
addressed and may contain
information that is privileged, proprietary ,
confidential and exempt from
disclosure. If you are not the intended
recipient, you are notified that
any dissemination, distribution or copying of this
communication is
strictly prohibited. If you have received
this communication in error,
please notify the sender and erase this e-mail
message immediately.
---------------------------------------------------------------------------
--
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
|
- RE: [flexcoders] AddTreeNode sometimes does not add but ins... Matt Chotin
-