FROM : Hamish Allan
DATE : Tue Jan 22 21:46:02 2008
On Jan 22, 2008 8:22 PM, Mitchell Livingston <<email_removed>> 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
DATE : Tue Jan 22 21:46:02 2008
On Jan 22, 2008 8:22 PM, Mitchell Livingston <<email_removed>> 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
| Related mails | Author | Date |
|---|---|---|
| Mitchell Livingsto… | Jan 22, 21:22 | |
| Hamish Allan | Jan 22, 21:46 |






Cocoa mail archive

