Re: [NSTableView selectedCell] crash
Re: [NSTableView selectedCell] crash
- Subject: Re: [NSTableView selectedCell] crash
- From: Ondra Cada <email@hidden>
- Date: Tue, 22 Oct 2002 03:11:58 +0200
On Tuesday, October 22, 2002, at 01:51 , Eric Blenkush wrote:
I am having trouble tracking down the cause of a crash. It occurs in
multiple places but always happens in the selectedCell method. The cell
is null but in that case, according to the apple docs, selectedCell
should return nil. I have also seen a SIGABRT here at other times. Any
ideas anyone? Could this be a bug in the libraries or is it something
simple ive overlooked?
Am *not that sure*, but looks like you need to have a cell selected first
to edit it (editColumn:row:withEvent:select:) -- since in this case the
selectedCell just happens to be used in some way where nil makes a problem
indeed.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.