NSTableView: Type selecting in one column but not another
NSTableView: Type selecting in one column but not another
- Subject: NSTableView: Type selecting in one column but not another
- From: Eric Gorr <email@hidden>
- Date: Wed, 29 Apr 2009 11:43:34 -0400
I was wondering if it was possible to get finer control over what type
selecting searches in a row.
I have two columns in my table which both contain text. It only makes
sense to match what the user is typing to the text found in the first
column.
Unfortunately, I cannot seem to find a way to disable type selection
on the second column. It seems to be an all-or-nothing feature.
I am certain I could handle this myself by disabling the feature and
then modifying the key down method to do the right thing, but was
hoping I had missed something.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden