Re: Select-by-typing in NSTableView
Re: Select-by-typing in NSTableView
- Subject: Re: Select-by-typing in NSTableView
- From: Dan Bernstein <email@hidden>
- Date: Fri, 8 Mar 2002 15:01:28 +0200
On Friday, March 8, 2002, at 02:48 PM, Sam Goldman wrote:
Dan,
You would most likely have an easier time writing this yourself. All you
need to do is respond to keyDown: (and put your view in the responder
chain,
of course) and as you get the key events (with an optional reset timer)
find
the first row to match. If you need, I'll write up an example for you
(I am
board).
If you knew all that, then I am sorry if I assumed otherwise...
Yeah, I knew that, but it's good to know that there is nothing big I
haven't thought about. Of course, you also need to reset upon clicks,
loss of first responder status and such, and possibly upon reloadData.
I'll wait a day or two just in case somebody has working source code
including getting the timings , then I'll do it myself.
Thanks,
-- Dan
_______________________________________________
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.