NSTableView doubleClick and edit
NSTableView doubleClick and edit
- Subject: NSTableView doubleClick and edit
- From: email@hidden
- Date: Tue, 23 Nov 2004 11:35:06 -0500
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