Select-by-typing in NSTableView
Select-by-typing in NSTableView
- Subject: Select-by-typing in NSTableView
- From: Dan Bernstein <email@hidden>
- Date: Fri, 8 Mar 2002 14:40:09 +0200
Is there an existing, open-source, NSTableView subclass that allows
selection by typing the first few letters (a-la-Finder or the classic
List Manager, IIRC)?
If not - I think I'll write one myself. I suppose I'll define an
additional data-source method to return the row index of the first item
matching a prefix. Any idea on the best way to get the keyboard timing
values (repeat rate and delay until repeat)?
TIA,
-- Dan Bernstein
_______________________________________________
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.