Two table views - which has "focus"?
Two table views - which has "focus"?
- Subject: Two table views - which has "focus"?
- From: Steve Woodward <email@hidden>
- Date: Sat, 24 Dec 2005 14:12:05 -0500
I've searched the archives, found some similar threads but nothing
that has helped me much...
I have a window with two table views. I need to respond to the user
clicking on either table view, whether they are changing the selected
row or not. Currently I am responding to - (void)
tableViewSelectionDidChange:(NSNotification *)aNotification, but that
only works when the user selects a new row. In other words, if they
click on table1 and then table2, a row is left "selected" in grey in
table1. When they click back on table1 on that greyed row there is no
selection change, so I can't respond to it. But I need to do
something at that time anyway. I've been reading up on first
responder and the responder chain but so far haven't been able to
figure this problem out.
Thanks in advance for any tips!
Steve Woodward
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden