Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic DiagramNodeCollection.Insert (Read 1178 times)
balajigcs
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 32
Joined: Aug 18th, 2008
DiagramNodeCollection.Insert
Sep 11th, 2008 at 9:21am
Print Post  
Hi,

I have declared a DiagramNodeCollection, when I try to insert a node in this collection, it is always getting added at the last position.

For instance, I have node Start at index 0 and node Stop at index 1. I used Nodes.Insert(1, RectNode), but this RectNode is getting added at the end (index 2) and not at index 1.

Please let me know, if I am missing something.

Regards,
Balaji
  

Thanks & Regards,&&&&Balaji
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: DiagramNodeCollection.Insert
Reply #1 - Sep 11th, 2008 at 12:41pm
Print Post  
Hi,

This should work, unless you are trying to insert items into the Diagram.Nodes collection?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint