NSWindowWillCloseNotification
NSWindowWillCloseNotification
- Subject: NSWindowWillCloseNotification
- From: Ed Silva <email@hidden>
- Date: Tue, 5 Mar 2002 12:41:07 -0800
Hi all,
Is there a known issue with NSWindowWillCloseNotifications where
the notification is sent twice per window? I get two notifications
for every window closed and I can't figure out why this is
happening. I need to know when a window is closed so I can save
some data in the window, but the second notification is tripping up
part of the process (windowWillClose get's called again, which
causes the data to get saved again, which is redundant and
annoying).
Thanks,
--Ed
_______________________________________________
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.