Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Arrow on top (Read 2010 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
Arrow on top
Oct 20th, 2007 at 2:00pm
Print Post  
Hi,

Is there some way I can make arrows always be on top.

I can think of reshuffling the Z-orders when symbols are dropped to make all the existing arrows get the max Z-orders.

But this could get intensive operation when there are symbols by the thousands.

Is there a more efficient alternative, or would you also suggest the same.

Another question about the Z-index: If I end up giving two symbols the same z-index, would that cause any problem?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Arrow on top
Reply #1 - Oct 20th, 2007 at 2:41pm
Print Post  
Hi,

You can set the ZIndex of each new node to 0. This will ensure that the arrows are on top.

The ZIndex value corresponds to the index of an item within the FlowChart.Objects collection. When you set ZIndex, the item is moved to a new position within the collection, shifting the other items up or down.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint