NSTableView unedit cell
NSTableView unedit cell
- Subject: NSTableView unedit cell
- From: Gore <email@hidden>
- Date: Tue, 22 Jan 2002 22:27:16 +0200
I did this in the code to edit one cell in my NSTableView from the code:
[mainList editColumn: 1 row: 1 withEvent: nil select: YES];
and works perfectly...but I want to be able to unedit it so that the
borders around it disapears because when I delete my item with edit in
progress it generates a uggly bug and disapears leaving a empty cell!
how do I do this from code!?