NSTableView receiving selection events (newbie)
NSTableView receiving selection events (newbie)
- Subject: NSTableView receiving selection events (newbie)
- From: Ferhat Ayaz <email@hidden>
- Date: Tue, 26 Dec 2006 12:13:10 +0100
Hello,
I have another newbie question. Sorry but I didn't found a document
describing this problem:
To receive selection notification from a TableView you have to
implement this method:
- (void) tableViewSelectionDidChange: (NSNotification *) notification
{
}
But in which class should I implement this and how can I register it
to receive the selection event?
I have a controller (derived from NSObject) with an outlet
"tableView". I have connected it with my NSTableView.
Thanks,
Ferhat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden