Re: How to copy something to the pasteboard in a service call

2010-04-18 Thread Graham Cox
On 16/04/2010, at 4:41 PM, Kay Jurkuhn wrote: > Hi list! > > I'm implementing an application service. The desired result of the action is > to copy a string to the pasteboard. > But as the communication between caller and called service goes via the > pasteboard the caller will delete > the co

How to copy something to the pasteboard in a service call

2010-04-17 Thread Kay Jurkuhn
Hi list! I'm implementing an application service. The desired result of the action is to copy a string to the pasteboard. But as the communication between caller and called service goes via the pasteboard the caller will delete the content of the pasteboard at the end of the call. What would be