Notification error
Notification error
- Subject: Notification error
- From: John MacMullin <email@hidden>
- Date: Tue, 4 Nov 2003 19:34:21 -0700
I am getting the following error from a posting of a notification. It
doesn't seem to be affecting the process, but I'd like to know what's
causing it.
The error is:
2003-11-04 19:30:31.200 GLASS[660] Exception raised during posting of
notification. Ignored. exception: *** -[NSCFArray objectAtIndex:]:
index (1) beyond bounds (1)
The code is:
NSString *resetCategoryNotification = @"resetCategory";
[[NSNotificationQueue defaultQueue]
enqueueNotification:[NSNotification
notificationWithName:resetCategoryNotification object:nil]
postingStyle: NSPostNow coalesceMask:NSNotificationCoalescingOnName
forModes:nil];
Any suggestions?
John
_______________________________________________
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.