Re: NSPasteboard notifications?
Re: NSPasteboard notifications?
- Subject: Re: NSPasteboard notifications?
- From: Allan Odgaard <email@hidden>
- Date: Sun, 22 Feb 2004 05:19:03 +0100
On 22. Feb 2004, at 2:55, petite_abeille wrote:
Is there a "clean" way to get notified about the NSPasteboard
activities?
No -- but I think it's safe to assume that others will only modify the
pasteboard when your application is inactive -- so you can check the
changeCount each time your app gets inactive/active and then send a
notification (if it is changed).
_______________________________________________
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.