Re: More learning questions
Re: More learning questions
- Subject: Re: More learning questions
- From: John Tsombakos <email@hidden>
- Date: Sat, 4 Aug 2001 15:01:59 -0400
To be able to scroll the tableview down to the item that matches key hit
("B" will scroll down to the beginning of the "B"'s in the list). Sort
of like in the Finder.
If there's an easier way, so tell! :)
jt
On Saturday, August 4, 2001, at 02:55 PM, Ondra Cada wrote:
John,
John Tsombakos (JT) wrote at Sat, 4 Aug 2001 14:17:44 -0400:
JT> So if I want to get the key down events from the table view, would
I use
JT> a subclass or a delegate?
Probably a subclass, but see the docs, I am not sure which all events
are
sent to delegate from nstableview.
Generally, though, the views interpret keys themselves, and consult
with the
delegate the results (like NSTableView by itself reads the down arrow,
and
asks the delegate whether to change the selected row). In my
experience, it's
almost always sufficient.
Why do you want to get the keydowns?
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc