Re: java-dev digest, Vol 3 #1137 - 13 msgs
Re: java-dev digest, Vol 3 #1137 - 13 msgs
- Subject: Re: java-dev digest, Vol 3 #1137 - 13 msgs
- From: Enrico Stamigna <email@hidden>
- Date: Fri, 7 Mar 2003 09:47:24 +0100
Hello
Venerdl, marzo 7, 2003, alle 06:21 , Rams <email@hidden> ha scritto:
// Waking code ending with...
NSNotificationCenter.defaultCenter().addObserver(this,
didMiniSelector,
"WindowDidMiniaturizeNotification",
null);
You passed the wrong Notification name:
you can use NSWindow.WindowDidMiniaturizeNotification or its value (the
String "NSWindowDidMiniaturizeNotification").
Enrico Stamigna
_______________________________________________
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.