Re: NSPasteBoard
Re: NSPasteBoard
- Subject: Re: NSPasteBoard
- From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
- Date: Sun, 29 Feb 2004 13:11:02 -0600
Matthew Weinstein, email@hidden, wrote:
>
a = [[NSPasteboard generalPasteboard] setString: nText forType:
>
NSStringPboardType];
Try this:
[[NSPasteboard generalPasteboard] declareTypes:[NSArray
arrayWithObject:NSStringPboardType] owner:nil];
a = [[NSPasteboard generalPasteboard] setString: nText
forType:NSStringPboardType];
| Jonathan 'Wolf' Rentzsch
http://rentzsch.com
| Red Shed Software
http://redshed.net
| "better" necessarily means "different"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.