Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Link Selection When Locked (Read 2652 times)
dolfandon
Junior Member
**
Offline



Posts: 51
Location: Northern Virginia
Joined: Mar 12th, 2009
Link Selection When Locked
Jan 29th, 2013 at 2:28pm
Print Post  
In our diagrams we have implemented an edit mode. We do this by locking the items inthe diagram. When we do this the links are very flakey and intermittent when being selected. If I attach a debugger and watch the events during the link clicked event the link is selected but when it gets to selected item changed event the link is no longer selected. This is something that used to work but now doesn't after upgrading to version 2.3 of the control and version 4 of Silverlight. Any ideas of why this would happen and is there a different way to lock the items. We still want the user to be able to select the items even though they can't edit them.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Link Selection When Locked
Reply #1 - Jan 29th, 2013 at 6:41pm
Print Post  
I don't think it was ever possible to select locked links. Are you selecting them in response to click events for some reason? Instead of locking the items, you could call e.CancelDrag() from LinkModifying and NodeModifying events to allow selection but no modification.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint