Re: cocoa-dev digest, Vol 2 #4333 - 13 msgs
Re: cocoa-dev digest, Vol 2 #4333 - 13 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #4333 - 13 msgs
- From: Tim Hewett <email@hidden>
- Date: Wed, 9 Jun 2004 23:27:37 +0100
This should fix it:
[theTable selectRow:row];
[[theTable delegate]
tableViewSelectionDidChange:myPreviouslyConstructedNotification];
Tim.
On 9 Jun 2004, at 22:21, email@hidden wrote:
If I call selectRow on an NSTableView shouldn't I expect the delegate
method tableViewSelectionDidChange to be called? It is called when
clicking with the mouse but not when I programmatically change the
selection with selectRow. Is there some way to make this happen?
_______________________________________________
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.