Strange NSTable notification error
Strange NSTable notification error
- Subject: Strange NSTable notification error
- From: Demitri Muna <email@hidden>
- Date: Sun, 1 Dec 2002 12:24:06 -0800
Hello List,
I am getting an error that I have not been able to explain. I have an
NSTable, and when my application starts it enters a single row. When I
select the row, I get this error:
2002-11-23 16:51:34.256 MyApp[775] Exception raised during posting of
notification. Ignored. exception: *** -[NSCFArray objectAtIndex:]:
index (-1) beyond bounds (1)
It seems harmless - nothing behaves unexpectedly. In the table's
delegate, I do have an implementation of tableViewSelectionDidChange: ,
but the exception is posted before a single line of the method is
executed.
After that, I can select and deselect the row with no errors.
Does this make sense to anyone?
Thanks,
Demitri Muna
_______________________________________________
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.