[ulrich@codeweavers.com: Re: Clipboard functionality across processes]

2004-05-15 Thread Ulrich Czekalla
> > looked at? > > Regards > > Santosh Siddheshwar > > > > > -Original Message- > > > From: Ulrich Czekalla [SMTP:[EMAIL PROTECTED] > > > Sent: Wednesday, May 12, 2004 7:13 PM > > > To: Santosh Siddheshwar > > > Cc:

Re: Clipboard functionality across processes

2004-05-14 Thread Ulrich Czekalla
P:[EMAIL PROTECTED] > > Sent: Wednesday, May 12, 2004 7:13 PM > > To: Santosh Siddheshwar > > Cc: [EMAIL PROTECTED] > > Subject:Re: Clipboard functionality across processes > > > > The short answer is no. We did have this functionality before and much

RE: Clipboard functionality across processes

2004-05-14 Thread Santosh Siddheshwar
EMAIL PROTECTED] > Subject: Re: Clipboard functionality across processes > > The short answer is no. We did have this functionality before and much of > the code is still in cvs but it was broken for some time and I've disabled > it. With a little bit of work it could be added ba

Re: Clipboard functionality across processes

2004-05-12 Thread Ulrich Czekalla
The short answer is no. We did have this functionality before and much of the code is still in cvs but it was broken for some time and I've disabled it. With a little bit of work it could be added back. There are other ways to do this such as using klipper. /Ulrich On Wed, May 12, 2004 at 06:00:

Re: Clipboard functionality across processes

2004-05-12 Thread Jerry Haltom
This would be a deficiency (or so some say) of the X clipboard design. There is no "storage buffer" for clipboard data. A process, when it hits Copy (SetClipboardData) registers that it owns the clipboard. When another program hits paste, only then is the data transfered between the processes. It