PreferencePane and notifications
PreferencePane and notifications
- Subject: PreferencePane and notifications
- From: Renaud Boisjoly <email@hidden>
- Date: Thu, 2 Oct 2003 10:58:50 -0400
Hi gang
When registering my PReference Pane to recieve specific notifications,
it doesn't seem to work... I'm sure there is something different from
regular apps, but I have no idea what it is.
Someone out there must know I'm sure ;-)
I'm using this right now to register:
[[NSDistributedNotificationCenter defaultCenter] addObserver:self
selector:@selector(reloadKey:) name:@"ARBYSpecialNotification"
object:@"NSApp" suspensionBehavior:
NSNotificationSuspensionBehaviorDeliverImmediately];
Is it different for Preference Panes?
thanks
- Renaud
_______________________________________________
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.