Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T18:03:31Zhttp://stackoverflow.com/feeds/question/398563http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide0Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?robsoft2008-12-29T20:23:17Z2009-02-04T04:10:09Z
<p>This is driving me crazy. I'm not going to take it anymore. I'm going to ask, even at the risk of eternal public humiliation! (If it's something <em>really</em> obvious or that I've done to the system myself).</p>
<p>For reasons I've never quite had the patience to work out, every so often the form I'm working on in Delphi 2007's visual form editor goes 'pseudo-read-only'; I can add new components to the form, I can move/resize existing ones (and change any properties in the Object Inspector), and I can select a component and 'copy' it to the clipboard.</p>
<p>But I'm completely unable to cut a component from the form, or paste a new copy down. I don't believe it's to do with the 'Lock Controls' Edit menu option as I can toggle this on or off and it has the effect it's supposed to - this disappearance of Cut & Paste happens on the right-click context menu, from the keyboard and from the main Edit menu - it's as if the form has become read only to thing to do with the clipboard.</p>
<p>If I close the form in the IDE and then reopen it, everything starts working fine again (just as D1, D3, D5 and D7 always did for me, previously).</p>
<p>I'm not going mad, as I'm sure I read something about why this happens on a newsgroup once and it's caught me out from time to time many many times in the last few months, but I've failed to find the newsgroup reference this evening and I've decided that, as more and more Delphi users seem to be making use of StackOverflow, it was worth asking here. </p>
<p><b>Help</b> - when I'm doing lots of form-work it drives me <em>absolutely</em> mad!</p>
http://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide/398887#3988872Answer by dmajkic for Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?dmajkic2008-12-29T22:20:38Z2008-12-29T22:20:38Z<p>I'm using copy/paste "desing" a lot, but they never went away. </p>
<p>Are you using some other IDE addins that mandle with copy/paste?</p>
http://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide/399934#3999341Answer by mj2008 for Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?mj20082008-12-30T10:25:06Z2008-12-30T10:25:06Z<p>Check that other apps can use the clipboard too. Sometimes I am paused in the middle of a clipboard operation in my app, which stops other apps opening the clipboard. Can be confusing!</p>
http://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide/399977#3999770Answer by Lars Truijens for Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?Lars Truijens2008-12-30T10:47:56Z2008-12-30T10:47:56Z<p>I think it is a known bug in the IDE, but I can't seem to find any references to it. I also have experienced this problem. You might want to try <a href="http://andy.jgknet.de/blog/?page_id=15" rel="nofollow">IDE Fix Pack</a>, although it does not claim to fix this problem.</p>
http://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide/400855#4008552Answer by skamradt for Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?skamradt2008-12-30T17:04:41Z2008-12-30T17:04:41Z<p>you can try to download the <a href="http://www.xcalibur.co.uk/DelphiThings/" rel="nofollow">clipboard monitor</a> application to see if anything is messing with your cut/paste. I have noticed simular problems when running in a VM, the VM gets confused as to what is in the clipboard and won't let me cut/paste again until I go back to my host application open something else (notepad works fine) and copy something fresh. I think thats more a problem of the other clipboard monitoring applications on my system than anything else.</p>
http://stackoverflow.com/questions/398563/why-does-cut-paste-of-form-components-sometimes-stop-working-in-delphi-2007-ide/510033#5100330Answer by kenyanprogrammer for Why does Cut/Paste of form components sometimes stop working in Delphi 2007 IDE?kenyanprogrammer2009-02-04T04:10:09Z2009-02-04T04:10:09Z<p>hey robsoft,</p>
<p>did u ever get an answer on this? Am having same problem....</p>