The NSOutlineView didClickTableColumn problem
The NSOutlineView didClickTableColumn problem
- Subject: The NSOutlineView didClickTableColumn problem
- From: email@hidden (Simon Fraser)
- Date: Mon, 8 Dec 2003 17:08:49 -0800 (PST)
- Organization: AOL
It's been often noted that tableView:didClickTableColumn: is not sent
to NSOutlineView delegates. I've seen suggestions for workarounds
involving outlineView:shouldSelectTableColumn: or doing work in the
action method, but these are not suitable, since they are called
on mouse down, and not mouse up.
I know this is a FAQ, but I have yet to see a reasonable answer.
I do note that on Panther there are outline view delegate methods
for this, but I need something that works on Jaguar too.
Any suggestions?
Thanks
Simon
_______________________________________________
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.