Single-click NSTableView edit
Single-click NSTableView edit
- Subject: Single-click NSTableView edit
- From: "Shoaib" <email@hidden>
- Date: Mon, 05 Sep 2005 20:38:25 GMT
I've gotten the single-click to edit a row in a NSTableView by using a timer
in mouseDown: which fires after a certain delay. The timer is canceled if
the user double-clicks.
However, if I'm editing a row and click outside the "editing" region in the
row, like the image (I'm using ImageTextCell to display an image and text
for each row), editing is completed but then starts again after the delay.
How can I detect that a row was just edited so I don't start editing again?
The topic of single-click edit has been discussed on this list before, but
not this issue in particular.
If anyone has any ideas, please share.
_______________________________________________
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