Re: NSTableView doubleClick and edit
Re: NSTableView doubleClick and edit
- Subject: Re: NSTableView doubleClick and edit
- From: Ron Ballesteros <email@hidden>
- Date: Tue, 23 Nov 2004 15:32:08 -0800
did you set
<x-tad-bigger>- (void)setDoubleAction:(SEL)</x-tad-bigger>aSelector of the tableView?
see the manual for a complete description of this...
On Nov 23, 2004, at 8:35 AM, email@hidden wrote:
I have a NSTable. I set its delegate and also its target to the same object. For the doubleclick action, i implement a method called "- (void) doubleClick:(id)sender". When i double click in a row of my NSTableView, the action never gets called.
For the editing, i give the NSTableView a NSTableColumn that has editing set to YES. I implement "textShouldBeginEditing:" and return YES. This never gets called either.
BTW, im not trying to get a double click from the column that i set as editable. I actually have 2 columns, 1 is editable and the other not. So db clicking on the the editable one "should" start editing, and dbcliking on the other should call the doubleClick action.
Any ideas what might be going on here?
thanks
Alex
_______________________________________________
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
_______________________________________________
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