[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

Clipboard functionality across processes

2004-05-12 Thread Santosh Siddheshwar
Hi, Does WINE support access to clipboard data across WINE processes. For e.g. one app opens the clipboard and sets data into it using SetClipboardData, closes it and then exits. The other app tries to retrieve this data. It works in windows but doesnt seem to do so in WINE. Regards Santosh Siddh