• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: -clickedRow
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -clickedRow


  • Subject: Re: -clickedRow
  • From: corbin dunn <email@hidden>
  • Date: Fri, 06 Nov 2015 13:07:43 -0800

> On Nov 5, 2015, at 12:51 PM, Jens Alfke <email@hidden> wrote:
>
>
>> On Nov 5, 2015, at 12:35 PM, Raglan T. Tiger <email@hidden> wrote:
>>
>> In -rightMouseDown I call [self clickedRow] which always returns -1 in a row or not in row
>
> Yeah, you’re getting control before the base class has had a chance to set the clickedRow property. (Have you tried calling the superclass method first? That might help.)

Plus, NSTableView only sets it on mouseDown:. (well, it does it at a few other key points, but not rightMouseDown)

corbin

>
>> What should I be doing to get the clicked row?
>
> Convert the position to local coords, then call -rowAtPoint:.
>
> —Jens
> _______________________________________________
>
> 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


_______________________________________________

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


References: 
 >-clickedRow (From: "Raglan T. Tiger" <email@hidden>)
 >Re: -clickedRow (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: -clickedRow
  • Next by Date: Re: -clickedRow
  • Previous by thread: Re: -clickedRow
  • Next by thread: Re: -clickedRow
  • Index(es):
    • Date
    • Thread