vote up 0 vote down star

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 really obvious or that I've done to the system myself).

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.

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.

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).

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.

Help - when I'm doing lots of form-work it drives me absolutely mad!

flag

Is it only the right-click context menu that looses the clipboard support, or do the keyboard shortcuts stop working as well? – Jim McKeeth Dec 30 '08 at 19:50
Jim, it's all of the methods - keyboard, right-click context and the main Edit menu too. – robsoft Dec 31 '08 at 10:16

5 Answers

vote up 2 vote down check

you can try to download the clipboard monitor 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.

link|flag
I am beginning to think it could be a VM/clipboard interaction, although I've not noticed it with any other applications that I run in the VM (and I work in VMs all day long, running Office and productivity apps as well as Delphi). – robsoft Jan 3 '09 at 15:06
I've given it more time and the problem hasn't arisen again since I stopped Fusion from sharing the clipboard. Although that's a pain (because it's damn useful), I guess that it's probably not a Delphi issue (until it happens again) so I'll let this go. :-) – robsoft Jan 6 at 10:39
Just to update this, it wasn't just due to Fusion I think, but since I've turned off all other clipboard sharing/management stuff it seems to be better. I still expect it to happen again any day soon. :-) – robsoft Feb 4 at 10:51
vote up 0 vote down

hey robsoft,

did u ever get an answer on this? Am having same problem....

link|flag
Can't be 100% sure it was this, but the combination of running in a VM and (sometimes) using a clipboard manager seems to be the cause. I stopped using ClipX (& ensured that GExpert's clipboard stuff was disabled) and the problem seems to have gone... Which means it will probably happen again later! – robsoft Feb 4 at 10:50
vote up 0 vote down

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 IDE Fix Pack, although it does not claim to fix this problem.

link|flag
Brilliant - I was sure I'd seen something about it somewhere in the past! I'll look at the fix pack too - many thanks! – robsoft Dec 30 '08 at 10:49
vote up 1 vote down

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!

link|flag
That's a good suggestion - thanks! I run the machine as a VM under VMware Fusion on the Mac and it's possible that Fusion (which shares the clipboards between Mac and PC, and is usually brilliant) is sometimes screwing things up. I'll turn off the clipboard sharing for a few days and try it. Thanks! – robsoft Dec 30 '08 at 10:47
Heh - only just realised that this is you, Matt. Sorry for any confusion caused on Cix. :-) – robsoft Dec 30 '08 at 11:41
I've had VMWare do funny stuff with my clipboard on occasion too. It usually works great . . . – Jim McKeeth Dec 30 '08 at 19:51
vote up 2 vote down

I'm using copy/paste "desing" a lot, but they never went away.

Are you using some other IDE addins that mandle with copy/paste?

link|flag
Thanks - that's a thought! I've got Dec 2007 Update & Apr 08 Help Update installed, plus Deplhi-PRAXis Help-Booster, DDevExtensions 1.5, HTML Tidy (beta version) and CodeGear Quality Insite installed (those last 2 must have come with Delphi/an update). (continued) – robsoft Dec 30 '08 at 5:30
I also have GExperts installed but many of the menu/IDE/editor enhancements are off (I mostly use it for the GREP search tools). I'll turn these off for a few days to see if it helps, but I'm sure I read somewhere about how something in D2007 itself causes this. Nick Hodges, are you reading?! :-) – robsoft Dec 30 '08 at 5:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.