Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Nodes Overlapping issue (Read 2392 times)
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Nodes Overlapping issue
Mar 10th, 2010 at 7:28am
Print Post  
Hi,

I have 2048 ShapeNodes in my diagram in our diagram(arranged in only 2 columns, 1024 ShapeNodes in each column).

The nodes in column, are partiallly overlapping each other.
Could you please suggest on this?

Thanks,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Nodes Overlapping issue
Reply #1 - Mar 10th, 2010 at 9:09am
Print Post  
Hi,

What code are you using to arrange the nodes? A column can be arranged with a simple loop that sets Bounds of each node so that it's Y is set to the Bounds.Bottom of the previous node + some offset. If all nodes are of the same height, you could set their Y to an integer counter multiplied by (height + offset).

Stoyan
  
Back to top
 
IP Logged
 
Anshul
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 316
Joined: Apr 3rd, 2009
Re: Nodes Overlapping issue
Reply #2 - Mar 10th, 2010 at 2:20pm
Print Post  
Hi Stoyan,

We are creating nodes using diagram.Factory.CreateShapeNode().
we are getting correct result for 600-800 nodes but we are getting partial overlapping nodes for 1024 nodes.

What could be the reason?

Thanks,
Anshul
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Nodes Overlapping issue
Reply #3 - Mar 10th, 2010 at 4:25pm
Print Post  
Could you post the code here?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint