Re: Double-Click Column Header??
Re: Double-Click Column Header??
- Subject: Re: Double-Click Column Header??
- From: J Nozzi <email@hidden>
- Date: Fri, 2 Jan 2004 10:10:48 -0500
My apologies for not searching deeply enough in the archives. I found
that I have to implement the following delegate method:
- (void)tableView:(NSTableView*)tableView
mouseDownInHeaderOfTableColumn:(NSTableColumn *)tableColumn;
On Jan 2, 2004, at 10:02 AM, J Nozzi wrote:
While quickly clicking a column header to test sorting, I noticed
that the doubleAction is fired. Is this expected behavior or do I have
some wires crossed somewhere? If it's expected, why does it work this
way and how can I prevent it?
I don't want the doubleAction fired when someone can't make up their
mind what they want to sort. This could potentially lead to lost data
or (at very least) serious confusion given that the doubleAction opens
the document referenced by the selected row ...
Thanks and Happy New Year
- Josh
_______________________________________________
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.