• 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: NSTableView editing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView editing


  • Subject: Re: NSTableView editing
  • From: Ryan Britton <email@hidden>
  • Date: Mon, 25 Jul 2005 12:42:54 -0700

Try this NSTableView delegate method:

- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn: (NSTableColumn *)aTableColumn row:(int)rowIndex



On Jul 25, 2005, at 12:35 PM, Devon E Bowen wrote:

I have an NSTableView with a columb of NSTextFieldCells and I want to
to know if one of the cells is being edited. Is there any easy way to
do that?

I know I can subclass NSTableView and override textDidEndEditing to
know that it's stopped editing. But overriding textDidBeginEditing
doesn't seem to get called when editing starts. Or maybe there is a
way to poll the text fields?

Thanks for any tips...

Devon
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >NSTableView editing (From: Devon E Bowen <email@hidden>)

  • Prev by Date: Re: Running out of memory with Core Data
  • Next by Date: Re: NSTableView editing
  • Previous by thread: NSTableView editing
  • Next by thread: Re: NSTableView editing
  • Index(es):
    • Date
    • Thread