Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic "Cut" & "Paste" doesn't work (Read 1397 times)
Ton Trommelen
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 11
Joined: Jun 10th, 2013
"Cut" & "Paste" doesn't work
Nov 5th, 2014 at 2:42pm
Print Post  
Hi,
I'm using Mindfusion Diagramming for Winforms v5.3.5 and I'm having the following problem;

when I "Cut" nodes from a diagram they are not pasted when I give the paste command.

So "Copy" & "Paste" works but not "Cut" & "Paste".

What can this be?

Thanks for the help?

BR, Ton.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: "Cut" & "Paste" doesn't work
Reply #1 - Nov 6th, 2014 at 8:50am
Print Post  
Hi,

CutToClipboard just calls CopyToClipboard and deletes the items, so there's no reason cut to fail if copying works. Check if you are not placing something else in the clipboard in response to NodeDeleted or ActionRecorded events, that would erase the diagram data. Alternative check if you are not removing the items from NodePasted event handler.

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