Hey all, I've been looking all over, and all I could find was code that is something like this:
StringSelection ss = new StringSelection(OutputString.getText());
Toolkit.getDefaultToolkit().getSystemClipboard().s etContents(ss, null);
But I'm not using AWT as my Interface, I'm using cocoa.
I was wondering how I could copy a string to the Mac OS X system clipboard ? Any pointers or suggestions would be greatly appreciated. Thanks for your time