Re: mouse down in table view without selecting the row
Re: mouse down in table view without selecting the row
- Subject: Re: mouse down in table view without selecting the row
- From: "Hamish Allan" <email@hidden>
- Date: Tue, 22 Jan 2008 20:46:02 +0000
On Jan 22, 2008 8:22 PM, Mitchell Livingston <email@hidden> wrote:
> I also tried
> overriding the table view's mouseDown:, but I can't do mouse tracking
> in the cell without calling super's mouseDown:, which causes the cell
> to become selected as well.
You could perhaps try ensuring that the table view's delegate method
tableView:shouldSelectRow: returns NO for the duration of the call to
[super mouseDown:]...
Hamish
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden