Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Prevent drawing of new node (Read 1084 times)
JB
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jan 20th, 2009
Prevent drawing of new node
Feb 5th, 2009 at 10:17am
Print Post  
Hi,
I'm evaluating FlowChart.Net and am using trial version 5.1.1.
I have a drag-and-drop implementation between 2 DiagramViews. How do I prevent users from drawing their own nodes on the drop view? I only want them to draw links and move nodes but not to draw new ones. Setting the DiagramView.Behaviour property doesn't have any affect.
Thanks,
Johan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Prevent drawing of new node
Reply #1 - Feb 5th, 2009 at 10:26am
Print Post  
Hi,

DiagramView.Behavior = DrawLinks should enable that. As with the inplace edit issue, check if the runtime DiagramView is the same one for which you set the properties in design-time, and make sure there isn't some call to DiagramView.LoadFromXml that loads different values.

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