Selection of row in NSTable not being called
Selection of row in NSTable not being called
- Subject: Selection of row in NSTable not being called
- From: Kodex <email@hidden>
- Date: Sun, 18 Jul 2004 11:12:10 -0700 (PDT)
I have the following code attached to my table
- (void)tableViewSelectionDidChange:(NSNotification
*)NSTableViewSelectionDidChangeNotification
{
NSLog(@"Selection did change");
}
However this isnt called when i change selection in
the table, any idea what might be causing this? Thanks!
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
_______________________________________________
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.