• 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
View-based NSTableView and ending editing with "return"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

View-based NSTableView and ending editing with "return"


  • Subject: View-based NSTableView and ending editing with "return"
  • From: Arved von Brasch <email@hidden>
  • Date: Sun, 24 Jan 2016 19:51:16 +1100

Hello list,

After putting it off for too long, I’m migrating to view-based NSTableViews.  I’ve worked through most of the conversion problems I’ve had, and am generally pretty happy.  There is, however, one problem I haven’t been able to solve.

I have a NSButton in the same window as my table.  The button has “return” as a key-equavlent.  This worked fine with a cell-based NSTableView, but with a view-based table, ending editing in the table with a “return” key press always triggers the NSButton as well.  This is obviously undesirable behaviour, but I can’t work out an obvious place to intercept the “return” key press and discard it.

My attempts thus far have been messing around with a subclass of the NSTableView. I’m thinking this is probably wrong, and I should be subclassing the NSTextField instead, but my experience with such things is minimal, and my Google-Fu has failed me in finding someone else with a similar problem.  So, my question is if anyone can give me a pointer to how to go about this.

Thanks in advance,
Arved
_______________________________________________

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


  • Prev by Date: Re: NSTextFields will not fully justify in 10.11
  • Next by Date: RE: NSTextFields will not fully justify in 10.11
  • Previous by thread: Re: NSTextFields will not fully justify in 10.11
  • Next by thread: Obj-C - your thoughts on hiding data members?
  • Index(es):
    • Date
    • Thread