Re: Notification received twice
Re: Notification received twice
- Subject: Re: Notification received twice
- From: j o a r <email@hidden>
- Date: Wed, 21 May 2003 09:59:27 +0200
What notifications are we talking about?
It is common in the Cocoa frameworks to call the "default notification
callback methods" (as declared in the class reference) to the delegate
of an object, regardless of if it is actually signed up to receive the
notification in the notification center or not (for an example, look in
the docs for NSWindow, and the "windowDid.../Will..." methods).
If this delegate object is also signed up to receive the notification,
it's callback method could probably be messaged twice.
j o a r
On Wednesday, May 21, 2003, at 09:47 Europe/Stockholm, Camille
Goureau-Suignard wrote:
I looked through the archives and found three guys with the same
problem as me, but nobody had the answer.
Perhaps it is better now :
the notifications I send seem to be send twice (in fact, they are
received twice).
Any idea ?
_______________________________________________
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.