Re: More learning questions
Re: More learning questions
- Subject: Re: More learning questions
- From: John Tsombakos <email@hidden>
- Date: Sat, 4 Aug 2001 14:17:44 -0400
So if I want to get the key down events from the table view, would I use
a subclass or a delegate? Does the delegate get key down events? I can
then access the array's data from the subclass/delegate? Sorry for being
thick, but once it clicks I'll be all set!
Thanks again,
jt
On Saturday, August 4, 2001, at 01:09 PM, Ondra Cada wrote:
John,
John Tsombakos (JT) wrote at Sat, 4 Aug 2001 12:51:56 -0400:
JT> So, basically, I have to move the array out of the table view, into
JT> either it's own class or into the data source and access it from
there.
Yep. More precisely, into any object which is connected to the table
view as
its data source. It can -- but need not -- be the very same object which
serves as table view delegate and as target for its actions.
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc