Re: NSTableView Target-action Q
Re: NSTableView Target-action Q
- Subject: Re: NSTableView Target-action Q
- From: Rakesh Pandey <email@hidden>
- Date: Tue, 17 Dec 2002 00:59:29 +0530
In your TableView delegate you can implement this delegate method...
-(void)tableViewSelectionDidChange:(NSNotification *)n
{
//do whatever you want to do here ....
}
On 17/12/02 12:50 AM, "Flemming Bengtsson" <email@hidden>
wrote:
>
I would like to be able to track row selection changes, not just single
>
and double click actions.
>
How is this possible ?
>
>
>
>
Regards
>
Flemming Bengtsson, FLB Software-udvikling
>
>
http://www.flbsoftwareudvikling.dk/
>
iChat/AOL: email@hidden
>
>
Phone: +45 24 82 24 25
>
_______________________________________________
>
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.
_______________________________________________
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.