Page 1 of 1

"cannot open clipboard" error

Posted: Tue Sep 13, 2005 2:52 pm
by albert
Hi,

I'm geting error "cannot open clipboard" from time to time and my program stops at TCustomRichViewEdit.Paste at :

if Clipboard.HasFormat(CFRV_RVF) then
PasteRVF

this happens randomly. I'm using Delphi 6 with TRichView version 1.9.2.2. Is this a known problem ? Is there anything I can do to solve it ?

Thanks,

Albert

Posted: Tue Sep 13, 2005 4:47 pm
by Sergey Tkachenko
It may be because an application opened the Clipboard and did not close it. Do your application work with the Clipboard?