On 2009 Mar 27, at 04:40, Sourabh Sahu wrote:

How can we prevent the highlight feature , when we select row in NSTableView.
I also want to shouldSelectRow return YES.

I believe this will do what you want:

If you're building for Leopard only, subclass NSTableView so that this method is a no-op:

- (void)highlightSelectionInClipRect:(NSRect)clipRect {
}

For Tiger, people have reported success by hacking an Apple private method.

_______________________________________________

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]

Reply via email to