Skip navigation.
 
mlRe: two table view selection problem
FROM : Corbin Dunn
DATE : Tue Mar 04 17:15:50 2008

On Mar 4, 2008, at 8:09 AM, Andy Lee wrote:
> Try changing the -isEqual: calls to == instead, e.g.:
>
>     if ([notification object] == tableView1)
>
> I suspect -isEqual: is always returning YES.


No, this is not the problem. Using == is okay (and faster), since 
NSView's are always unique.

-corbin

Related mailsAuthorDate
mltwo table view selection problem Nick Rogers Mar 4, 15:35
mlRe: two table view selection problem Stéphane Mar 4, 15:49
mlRe: two table view selection problem Andy Lee Mar 4, 17:09
mlRe: two table view selection problem Corbin Dunn Mar 4, 17:14
mlRe: two table view selection problem Corbin Dunn Mar 4, 17:15
mlRe: two table view selection problem Stephane Sudre Mar 4, 17:28
mlRe: two table view selection problem Corbin Dunn Mar 4, 18:10