Problem with tableViewSelectionDidChange
Problem with tableViewSelectionDidChange
- Subject: Problem with tableViewSelectionDidChange
- From: Jerry Brace <email@hidden>
- Date: Sat, 1 Oct 2005 20:44:39 -0230
Hey Guys,
As the subject states - I'm having a problem with
tableViewSelectionDidChange
The problem being that the event doesn't fire. I have the below event
in a subclass of NSTableView. I've added another event (keyUp) to
test to be sure the subclass was working and it worked.
- (void)tableViewSelectionDidChange:(NSNotification *)aNotification
{
NSLog(@"FIRED!!");
NSTableView *tv = [aNotification object];
[tv editColumn: 0
row:[tv selectedRow]
withEvent: nil
select: YES];
}
If it matters I am using CoreData and I have an entity tied to the
NSTableView.
Any help would be great - I've been stuck on this simple thing for
hours.
Maybe a setting in IB that I am missing?
Cheers,
Jerry
www.embraceware.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden