FROM : alex
DATE : Tue Nov 23 17:35:06 2004
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
DATE : Tue Nov 23 17:35:06 2004
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
| Related mails | Author | Date |
|---|---|---|
| alex | Nov 23, 17:35 | |
| Ron Ballesteros | Nov 24, 00:32 |






Cocoa mail archive

