Sandro Noël <mailto:[email protected]> wrote (Friday, February 19, 2010 6:24 PM -0500):
> I'm trying to figure out how to monitor the preferences changes in another > application's preferences I would like my application to react to changes made > in another application settings by the user. > > besides reloading the plist on a schedule is there a better way? ( I don't > like this ) if there is a way to KeyValue Observe it that would be dandy. > > Can anyone point me in the right direction ? Are both of these applications yours? If so, then NSDistributedNotificationCenter is your friend. -- James Bucanek _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
