Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic zindex for shapenode (Read 1800 times)
winTW
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Feb 12th, 2012
zindex for shapenode
Feb 27th, 2012 at 7:42pm
Print Post  
I create a - Shapenode node near my DiagramLink link , I want  the node  appear in front of the link . So I do
node.zindex = 9999 , But nothing - the link appear in front of the node.
How can I fix it?

Thanks in advance!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: zindex for shapenode
Reply #1 - Feb 27th, 2012 at 7:49pm
Print Post  
You should set it to a value smaller than diagram.Items.Count. Or try calling node.ZTop().

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
winTW
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Feb 12th, 2012
Re: zindex for shapenode
Reply #2 - Feb 27th, 2012 at 8:10pm
Print Post  
It works!!! I set node.zindex = diagram.Items.Count .
Thank you very much!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint