Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic permanently drawn anchor points (Read 2008 times)
SavyCat
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 38
Joined: Sep 4th, 2007
permanently drawn anchor points
Mar 5th, 2008 at 1:34pm
Print Post  
Hi guys, is there a way to permanently see the anchor points? instead of them only being drawn when the mouse is over the node?
Thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: permanently drawn anchor points
Reply #1 - Mar 5th, 2008 at 1:36pm
Print Post  
Hi,

Set ShowAnchors = Always.

Stoyan
  
Back to top
 
IP Logged
 
SavyCat
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 38
Joined: Sep 4th, 2007
Re: permanently drawn anchor points
Reply #2 - Mar 5th, 2008 at 1:45pm
Print Post  
haha, was just about to say i found it Tongue Thanks Stoyo - u da man!

Once again though - not to start another topic - but is there a way to programmatically link 2 containers. Its also important that anchor points are used. Right now the factory has a function to create a link which looks like this:

m_Diagram.Factory.CreateDiagramLink(shape, index, shape, index);

I basically need the above - except with container nodes. Any ideas? Thanks once again.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: permanently drawn anchor points
Reply #3 - Mar 5th, 2008 at 1:57pm
Print Post  
You could call CreateDiagramLink(container1, container2), and then set the link's OriginAnchor and DestinationAnchor properties.

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