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 _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
