Notification problem
Notification problem
- Subject: Notification problem
- From: Benoit Widemann <email@hidden>
- Date: Thu, 18 Jul 2002 15:38:25 +0200
I'm stuck with a very strange problem. My application adds a couple
of notification observers at applicationDidFinishLaunching time, then
sends a notification that may trigger a response that I'm waiting for
with the observer.
Right at that point, it works. If the responder is around and sends
its notification, my observer is called normally.
However, the responder may not be here and appear only later. When it
appears, it also sends its notification. But my app ignores the
notification. My observer is never called anymore.
I'm certain that the responder sends the notification, because I can
see it correctly catched in yet another app.
Any idea?
Benoit Widemann
_______________________________________________
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.